[
http://jira.codehaus.org/browse/MNG-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148658#action_148658
]
Ryan Lea commented on MNG-3553:
-------------------------------
Is there any workaround for this at all?
As far as I can see the only workarounds are:
a) remove the 'import' and use inheritance of parent projects.
b) remove the 'import' and copy/paste the dependencies of the imported project
in thr importing project
I think importing is a great feature, although it feels like an unusable
feature until this defect is resolved. Is there any chance of this being
pushed back into 2.0.10?
Possibly not the forum for this, but has anyone looked into where the issue
might lie?
Cheers.
> cannot resolve dependency with scope import
> -------------------------------------------
>
> Key: MNG-3553
> URL: http://jira.codehaus.org/browse/MNG-3553
> Project: Maven 2
> Issue Type: Bug
> Affects Versions: 2.0.9
> Reporter: Thomas Diesler
> Fix For: 2.0.11
>
>
> This pom when added as a dependency of another project does not see
> repository http://snapshots.jboss.org/maven2
> <!-- DependencyManagement -->
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>org.jboss.jbossas</groupId>
> <artifactId>jboss-as-component-matrix</artifactId>
> <version>${jboss.version}</version>
> <type>pom</type>
> <scope>import</scope>
> </dependency>
> </dependencies>
> </dependencyManagement>
> with effective settings
> [EMAIL PROTECTED] trunk]$ mvn help:effective-settings
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO] JBoss Web Services - Stack CXF
> [INFO] JBoss Web Services - Stack CXF Management
> [INFO] JBoss Web Services - Stack CXF Runtime Server
> [INFO] JBoss Web Services - Stack CXF Runtime Client
> [INFO] Searching repository for plugin with prefix: 'help'.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building JBoss Web Services - Stack CXF
> [INFO] task-segment: [help:effective-settings] (aggregator-style)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [help:effective-settings]
> [INFO]
> Effective settings:
> <?xml version="1.0"?><settings>
> <localRepository>/home/tdiesler/.m2/repository</localRepository>
> <profiles>
> <profile>
> <activation>
> <property>
> <name>!jboss.repository.off</name>
> </property>
> </activation>
> <repositories>
> <repository>
> <snapshots />
> <id>snapshots.jboss.org</id>
> <url>http://snapshots.jboss.org/maven2</url>
> </repository>
> <repository>
> <snapshots>
> <enabled>false</enabled>
> </snapshots>
> <id>repository.jboss.org</id>
> <url>http://repository.jboss.org/maven2</url>
> </repository>
> </repositories>
> <id>jboss.repository</id>
> </profile>
> </profiles>
> <activeProfiles>
> <activeProfile>user-profile</activeProfile>
> </activeProfiles>
> <pluginGroups>
> <pluginGroup>org.jboss.maven.plugins</pluginGroup>
> </pluginGroups>
> </settings>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira