yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

3.0.0-SNAPSHOT from SVN compilation problem #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure .m2/settings.xml with

        <repository>
            <id>pyx4j-web-snapshot</id>
            <url>http://repository.pyx4j.com/maven2-snapshot/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </repository>

2. Download project from SVN server
3. Execute "mvn"

What is the expected output? 

Compilation success

What do you see instead?

...
[INFO] Building cldcapi10
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
Downloading: 
http://repository.pyx4j.com/maven2-snapshot/net/sf/jour/jour-maven-plugin/2.0.4-
SNAPSHOT/jour-maven-plugin-2.0.4-SNAPSHOT.pom
[INFO] Unable to find resource 
'net.sf.jour:jour-maven-plugin:pom:2.0.4-SNAPSHOT' in repository 
pyx4j-public-snapshot (http://repository.pyx4j.com/maven2-snapshot)
Downloading: 
http://repository.pyx4j.com/maven2-snapshot//net/sf/jour/jour-maven-plugin/2.0.4
-SNAPSHOT/jour-maven-plugin-2.0.4-SNAPSHOT.pom
[INFO] Unable to find resource 
'net.sf.jour:jour-maven-plugin:pom:2.0.4-SNAPSHOT' in repository 
pyx4j-web-snapshot (http://repository.pyx4j.com/maven2-snapshot/)
Downloading: 
http://repository.pyx4j.com/maven2-snapshot/net/sf/jour/jour-maven-plugin/2.0.4-
SNAPSHOT/jour-maven-plugin-2.0.4-SNAPSHOT.pom
[INFO] Unable to find resource 
'net.sf.jour:jour-maven-plugin:pom:2.0.4-SNAPSHOT' in repository 
pyx4j-public-snapshot (http://repository.pyx4j.com/maven2-snapshot)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: net.sf.jour:jour-maven-plugin

Reason: POM 'net.sf.jour:jour-maven-plugin' not found in repository: Unable to 
download the artifact from any repository

  net.sf.jour:jour-maven-plugin:pom:2.0.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  pyx4j-public-snapshot (http://repository.pyx4j.com/maven2-snapshot),
  pyx4j-web-snapshot (http://repository.pyx4j.com/maven2-snapshot/)

 for project net.sf.jour:jour-maven-plugin

What version of the product are you using? 

3.0.0-SNAPSHOT

On what operating system?

Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by jose...@gmail.com on 10 Jan 2011 at 10:28