Last active
December 20, 2015 15:59
-
-
Save gustavopinto/6157891 to your computer and use it in GitHub Desktop.
groundhog deploy to sonatype
This file contains hidden or 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
| [INFO] Scanning for projects... | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Groundhog | |
| [INFO] task-segment: [clean, deploy] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] [clean:clean {execution: default-clean}] | |
| [INFO] Deleting directory C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target | |
| [INFO] [enforcer:enforce {execution: enforce-maven}] | |
| [INFO] [resources:resources {execution: default-resources}] | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] Copying 1 resource | |
| [INFO] [compiler:compile {execution: default-compile}] | |
| [INFO] Changes detected - recompiling the module! | |
| [INFO] Compiling 67 source files to C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\classes | |
| [INFO] [resources:testResources {execution: default-testResources}] | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\src\test\resources | |
| [INFO] [compiler:testCompile {execution: default-testCompile}] | |
| [INFO] Changes detected - recompiling the module! | |
| [INFO] Compiling 11 source files to C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\test-classes | |
| [INFO] [surefire:test {execution: default-test}] | |
| [INFO] Surefire report directory: C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running br.ufpe.cin.groundhog.crawler.CrawlGoogleCodeTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 sec | |
| Running br.ufpe.cin.groundhog.search.SearchSourceForgeTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.879 sec | |
| Running br.ufpe.cin.groundhog.search.SearchGoogleCodeTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.024 sec | |
| Running br.ufpe.cin.groundhog.crawler.CrawlSourceForgeTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.135 sec | |
| Running br.ufpe.cin.groundhog.crawler.CrawlGitHubTest | |
| 14:38:06,855 INFO [CrawlGitHub ] Downloading modules.playframework.org project.. | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.214 sec | |
| Running br.ufpe.cin.groundhog.util.FileUtilTest | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\.classpath | |
| false, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\.git | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\.gitignore | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\.project | |
| false, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\.settings | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\.travis.yml | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\deploy.txt | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\groundhog.json | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\groundhog.log | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\LICENSE | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\pom.xml | |
| true, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\README.md | |
| false, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\src | |
| false, C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\.\target | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec | |
| Running br.ufpe.cin.groundhog.codehistory.SFCodeHistoryTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec | |
| Running br.ufpe.cin.groundhog.main.OptionsTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec | |
| Running br.ufpe.cin.groundhog.search.SearchGitHubTest | |
| Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.671 sec | |
| Running br.ufpe.cin.groundhog.codehistory.GitCodeHistoryTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec | |
| Results : | |
| Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 | |
| [INFO] [jar:jar {execution: default-jar}] | |
| [INFO] Building jar: C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\groundhog-0.1.0.jar | |
| [INFO] [assembly:single {execution: default}] | |
| [INFO] Processing DependencySet (output=) | |
| [INFO] Building jar: C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\groundhog-0.1.0-jar-with-dependencies.jar | |
| [INFO] [install:install {execution: default-install}] | |
| [INFO] Installing C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\groundhog-0.1.0.jar to C:\Users\ghlp\.m2\repository\br\ufpe\cin\groundhog\groundhog\0.1.0\groundhog-0.1.0.jar | |
| [INFO] Installing C:\Users\ghlp\msysgit\msysgit\workspace\groundhog\target\groundhog-0.1.0-jar-with-dependencies.jar to C:\Users\ghlp\.m2\repository\br\ufpe\cin\groundhog\groundhog\0.1.0\groundhog-0.1.0-jar-with-dependencies.jar | |
| [INFO] [deploy:deploy {execution: default-deploy}] | |
| Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2//br/ufpe/cin/groundhog/groundhog/0.1.0/groundhog-0.1.0.jar | |
| 109K uploaded (groundhog-0.1.0.jar) | |
| [INFO] Retrieving previous metadata from sonatype-nexus-staging | |
| [INFO] Uploading repository metadata for: 'artifact br.ufpe.cin.groundhog:groundhog' | |
| [INFO] Uploading project information for groundhog 0.1.0 | |
| Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2//br/ufpe/cin/groundhog/groundhog/0.1.0/groundhog-0.1.0-jar-with-dependencies.jar | |
| 16551K uploaded (groundhog-0.1.0-jar-with-dependencies.jar) | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESSFUL | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 2 minutes 16 seconds | |
| [INFO] Finished at: Mon Aug 05 14:39:37 GFT 2013 | |
| [INFO] Final Memory: 35M/124M | |
| [INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment