[java-sig-commits] [Bug 818299] New: mvn-rpmbuild fail to find project dependencies which mvn finds

bugzilla at redhat.com bugzilla at redhat.com
Wed May 2 16:56:27 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: mvn-rpmbuild fail to find project dependencies which mvn finds

https://bugzilla.redhat.com/show_bug.cgi?id=818299

           Summary: mvn-rpmbuild fail to find project dependencies which
                    mvn finds
           Product: Fedora
           Version: 17
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: maven
        AssignedTo: sochotni at redhat.com
        ReportedBy: pahan at hubbitus.info
         QAContact: extras-qa at fedoraproject.org
                CC: akurtako at redhat.com, sochotni at redhat.com,
                    java-sig-commits at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: Bug
        Regression: ---
        Mount Type: ---
     Documentation: ---


Description of problem:
$ mvn-rpmbuild install -DskipTests=true -Pcopy-dep
/usr/lib/jvm/java
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building imus-ais-adapter 1.5.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.codehaus.mojo:aspectj-maven-plugin:jar:1.3.1 is
missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.350s
[INFO] Finished at: Wed May 02 20:51:52 MSK 2012
[INFO] Final Memory: 6M/147M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.codehaus.mojo:aspectj-maven-plugin:1.3.1 or one of its
dependencies could not be resolved: Failed to read artifact descriptor for
org.codehaus.mojo:aspectj-maven-plugin:jar:1.3.1: The repository system is
offline but the artifact org.codehaus.mojo:aspectj-maven-plugin:pom:1.3.1 is
not available in the local repository. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

But I thought project settings correct and all artifacts present because
$ mvn install -DskipTests=true -Pcopy-dep
command finished gracefully.

Version-Release number of selected component (if applicable):
$ rpm -q maven
maven-3.0.4-3.fc18.noarch

How reproducible:
Always

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the java-sig-commits mailing list