My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 92: 3.0.0-SNAPSHOT from SVN compilation problem
2 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by jose...@gmail.com, Jan 10, 2011
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.



Powered by Google Project Hosting