takari / m2e-discovery-catalog

8 stars 22 forks source link

mvn package isn't working due to undefined property #8

Closed bimargulies closed 9 years ago

bimargulies commented 11 years ago

[INFO] Total time: 2.865s [INFO] Finished at: Sun Nov 04 17:11:53 EST 2012 [INFO] Final Memory: 7M/81M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonatype.m2e.discovery.publisher:org.sonatype.m2e.discovery.publisher.maven-plugin:0.0.1-SNAPSHOT:generate (catalog) on project org.eclipse.m2e.discovery.oss: java.net.URISyntaxException: Illegal character in path at index 1: ${connectorUrl}/m2eclipse-tycho/0.6.0/N/0.6.0.201207302152/ -> [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.m2e.discovery.oss

ianbrandt commented 11 years ago

@bimargulies, try mvn -P catalog-stage clean package.

andham commented 11 years ago

I've done s slight change to the build in pull request #13, which I think is better than pull request #10. A good Maven build should not force the usage of profiles. Do NOT apply both these pull requests!

hgschmie commented 9 years ago

applied ages ago.