Justin Edelson wrote > Carsten- > Let's just move the check bundle list goal to launchpad.builder. As we > don't do aggregated releases, this is ok. > Ah ok, thanks - I'll just moved the config and now I'm releasing the new parent pom
Carsten > Justin > > On May 5, 2010, at 11:17 PM, Carsten Ziegeler <[email protected]> > wrote: > >> Hi, >> >> I'm trying to release our new parent pom. But the first time I tried >> it, >> I got this error: >> >> [INFO] [ERROR] BUILD ERROR >> [INFO] [INFO] >> --- >> --------------------------------------------------------------------- >> [INFO] [INFO] The plugin >> 'org.apache.maven.plugins:maven-launchpad-plugin' does not exist or no >> valid version could be found >> >> Which is a little bit strange as the version of the plugin is set to >> 2.0.6 in the parent pom. >> >> Then I changed the configuration for the maven release plugin from: >> <preparationGoals> >> launchpad:check-bundle-list-for-snapshots clean verify >> </preparationGoals> >> >> to >> <preparationGoals> >> >> org.apache.sling:maven-launchpad-plugin:2.0.6:check-bundle-list-for- >> snapshots >> clean verify >> </preparationGoals> >> >> and now I get: >> [INFO] [INFO] Failed to resolve artifact. >> [INFO] >> [INFO] GroupId: org.apache.sling >> [INFO] ArtifactId: org.apache.sling.launchpad >> [INFO] Version: RELEASE >> [INFO] >> [INFO] Reason: Unable to determine the release version >> [INFO] >> [INFO] Try downloading the file manually from the project website. >> [INFO] >> [INFO] Then, install it using the command: >> [INFO] mvn install:install-file -DgroupId=org.apache.sling >> -DartifactId=org.apache.sling.launchpad -Dversion=RELEASE >> -Dclassifier=bundlelist -Dpackaging=xml -Dfile=/path/to/file >> [INFO] >> [INFO] Alternatively, if you host your own repository you can deploy >> the >> file there: >> [INFO] mvn deploy:deploy-file -DgroupId=org.apache.sling >> -DartifactId=org.apache.sling.launchpad -Dversion=RELEASE >> -Dclassifier=bundlelist -Dpackaging=xml -Dfile=/path/to/file -Durl= >> [url] >> -DrepositoryId=[id] >> [INFO] >> [INFO] >> [INFO] org.apache.sling:org.apache.sling.launchpad:xml:RELEASE >> >> Any ideas? >> >> Regards >> Carsten >> -- >> Carsten Ziegeler >> [email protected] > -- Carsten Ziegeler [email protected]
