|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MOJO-1449) 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central.1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central.
------------------------------------------------------------------------------------------------- Key: MOJO-1449 URL: http://jira.codehaus.org/browse/MOJO-1449 Project: Mojo Issue Type: Bug Affects Versions: buildnumber-maven-plugin-1.0-beta-3 Environment: Sun Java 1.6 on Ubuntu 9.04 with Maven 2.2.1 Reporter: Rob Manning I tried to use this plugin in my project: <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.0-beta-3</version> which is hosted here: http://repo2.maven.org/maven2 But maven reports that not all of it's dependencies can be resolved: Path to dependency: 1) org.codehaus.mojo:buildnumber-maven-plugin:maven-plugin:1.0-beta-3 2) com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.4 3) net.java.dev.jna:jna:jar:3.0.5 I see that the version of the "jna" artifact that it depends on is not available in maven central : http://repo2.maven.org/maven2/net/java/dev/jna/jna/ only has 3.2.1 and 3.2.2. -- 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (MOJO-1449) 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central.[ http://jira.codehaus.org/browse/MOJO-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196762#action_196762 ] Olivier Lamy commented on MOJO-1449: ------------------------------------ Have you tried with upgrading the version in plugin/dependencies of your pom ? > 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central. > ------------------------------------------------------------------------------------------------- > > Key: MOJO-1449 > URL: http://jira.codehaus.org/browse/MOJO-1449 > Project: Mojo > Issue Type: Bug > Affects Versions: buildnumber-maven-plugin-1.0-beta-3 > Environment: Sun Java 1.6 on Ubuntu 9.04 with Maven 2.2.1 > Reporter: Rob Manning > > I tried to use this plugin in my project: > <groupId>org.codehaus.mojo</groupId> > <artifactId>buildnumber-maven-plugin</artifactId> > <version>1.0-beta-3</version> > which is hosted here: > http://repo2.maven.org/maven2 > But maven reports that not all of it's dependencies can be resolved: > Path to dependency: > 1) org.codehaus.mojo:buildnumber-maven-plugin:maven-plugin:1.0-beta-3 > 2) com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.4 > 3) net.java.dev.jna:jna:jar:3.0.5 > I see that the version of the "jna" artifact that it depends on is not available in maven central : > http://repo2.maven.org/maven2/net/java/dev/jna/jna/ > only has 3.2.1 and 3.2.2. -- 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (MOJO-1449) 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central.[ http://jira.codehaus.org/browse/MOJO-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196763#action_196763 ] Olivier Lamy commented on MOJO-1449: ------------------------------------ So I have changed jna version in svnjava provider [rev 379|http://code.google.com/p/maven-scm-provider-svnjava/source/detail?r=379] we have to upgrade this in the plugin. > 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central. > ------------------------------------------------------------------------------------------------- > > Key: MOJO-1449 > URL: http://jira.codehaus.org/browse/MOJO-1449 > Project: Mojo > Issue Type: Bug > Affects Versions: buildnumber-maven-plugin-1.0-beta-3 > Environment: Sun Java 1.6 on Ubuntu 9.04 with Maven 2.2.1 > Reporter: Rob Manning > > I tried to use this plugin in my project: > <groupId>org.codehaus.mojo</groupId> > <artifactId>buildnumber-maven-plugin</artifactId> > <version>1.0-beta-3</version> > which is hosted here: > http://repo2.maven.org/maven2 > But maven reports that not all of it's dependencies can be resolved: > Path to dependency: > 1) org.codehaus.mojo:buildnumber-maven-plugin:maven-plugin:1.0-beta-3 > 2) com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.4 > 3) net.java.dev.jna:jna:jar:3.0.5 > I see that the version of the "jna" artifact that it depends on is not available in maven central : > http://repo2.maven.org/maven2/net/java/dev/jna/jna/ > only has 3.2.1 and 3.2.2. -- 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (MOJO-1449) 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central.[ http://jira.codehaus.org/browse/MOJO-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MOJO-1449. ------------------------------ Resolution: Fixed Fix Version/s: buildnumber-maven-plugin-1.0-beta-4 Assignee: Olivier Lamy upgrade to last svn java provider version done. > 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central. > ------------------------------------------------------------------------------------------------- > > Key: MOJO-1449 > URL: http://jira.codehaus.org/browse/MOJO-1449 > Project: Mojo > Issue Type: Bug > Affects Versions: buildnumber-maven-plugin-1.0-beta-3 > Environment: Sun Java 1.6 on Ubuntu 9.04 with Maven 2.2.1 > Reporter: Rob Manning > Assignee: Olivier Lamy > Fix For: buildnumber-maven-plugin-1.0-beta-4 > > > I tried to use this plugin in my project: > <groupId>org.codehaus.mojo</groupId> > <artifactId>buildnumber-maven-plugin</artifactId> > <version>1.0-beta-3</version> > which is hosted here: > http://repo2.maven.org/maven2 > But maven reports that not all of it's dependencies can be resolved: > Path to dependency: > 1) org.codehaus.mojo:buildnumber-maven-plugin:maven-plugin:1.0-beta-3 > 2) com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.4 > 3) net.java.dev.jna:jna:jar:3.0.5 > I see that the version of the "jna" artifact that it depends on is not available in maven central : > http://repo2.maven.org/maven2/net/java/dev/jna/jna/ > only has 3.2.1 and 3.2.2. -- 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |