Created
August 26, 2010 20:53
-
-
Save jvanzyl/552225 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ mvn clean package | |
[INFO] Scanning for projects... | |
[INFO] Resolving target platform for project MavenProject: org.sonatype.idiom:org.eclipse.mylyn.commons.ui:3.5.0-SNAPSHOT @ /Users/jvanzyl/js/org.eclipse.mylyn/org.eclipse.mylyn.commons.ui/pom.xml | |
log4j:WARN No appenders could be found for logger (org.apache.commons.httpclient.HttpClient). | |
log4j:WARN Please initialize the log4j system properly. | |
[INFO] Adding repository http://localhost:8081/nexus/content/repositories/nx-helios/ | |
[INFO] Adding repository http://localhost:8081/nexus/content/repositories/nx-helios/ | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Idiom 3.5.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.mylyn.commons.ui --- | |
[INFO] | |
[INFO] --- maven-osgi-packaging-plugin:0.9.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.commons.ui --- | |
[INFO] | |
[INFO] --- maven-osgi-packaging-plugin:0.9.0:validate-version (default-validate-version) @ org.eclipse.mylyn.commons.ui --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.2:resources (default-resources) @ org.eclipse.mylyn.commons.ui --- | |
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /Users/jvanzyl/js/org.eclipse.mylyn/org.eclipse.mylyn.commons.ui/src/main/resources | |
[INFO] | |
[INFO] --- maven-osgi-compiler-plugin:0.9.0:compile (default-compile) @ org.eclipse.mylyn.commons.ui --- | |
[INFO] Using compile source roots from build.properties | |
[INFO] Compiling 65 source files to /Users/jvanzyl/js/org.eclipse.mylyn/org.eclipse.mylyn.commons.ui/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.2:testResources (default-testResources) @ org.eclipse.mylyn.commons.ui --- | |
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /Users/jvanzyl/js/org.eclipse.mylyn/org.eclipse.mylyn.commons.ui/src/test/resources | |
[INFO] | |
[INFO] --- maven-osgi-packaging-plugin:0.9.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.commons.ui --- | |
[INFO] Building jar: /Users/jvanzyl/js/org.eclipse.mylyn/org.eclipse.mylyn.commons.ui/target/org.eclipse.mylyn.commons.ui-3.5.0-SNAPSHOT.jar | |
[INFO] | |
[INFO] --- tycho-p2-plugin:0.9.0:p2-metadata (default-p2-metadata) @ org.eclipse.mylyn.commons.ui --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 13.095s | |
[INFO] Finished at: Thu Aug 26 13:51:29 PDT 2010 | |
[INFO] Final Memory: 56M/123M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment