Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0-beta-3
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Environment:Hide$ mvn -v
Apache Maven 3.0-RC2 (r1000119; 2010-09-22 20:23:26+0200)
Java version: 1.6.0_21
Java home: /opt/sun-jdk-1.6.0.21/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.34-gentoo-r6" arch: "i386" Family: "unix"Show$ mvn -v Apache Maven 3.0-RC2 (r1000119; 2010-09-22 20:23:26+0200) Java version: 1.6.0_21 Java home: /opt/sun-jdk-1.6.0.21/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.34-gentoo-r6" arch: "i386" Family: "unix"
-
Complexity:Intermediate
-
Testcase included:yes
-
Number of attachments :
Description
The site descriptor from the parent project is no longer found in the local repository. The site plugin tries always to resolve the artifact from the remote repository using the attach-descriptor goal. This is nasty if that repo is not reachable and Maven will wait always until the connection times out before continuing. With M2 this descriptor is found in the local repo: "Parent project loaded from repository.". In both cases version 2.1.1 of the site plugin is used. There's no change in behavior for M3 if the site plugin is upgraded to 3.x.
The remote repository with the parent pom. Referenced in the settings with file:/tmp/repo.