You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/19 14:13:04 UTC

Build failed in Jenkins: olingo-odata4 #554

See <https://builds.apache.org/job/olingo-odata4/554/changes>

Changes:

[michael.bolz] [OLINGO-342] Added NOTICE file for distribution

[michael.bolz] [OLINGO-342] Set version to 4.0.0-beta-01-RC02

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-5 (ubuntu5) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit}
Checking out Revision 6c963396ccc3688761de8a4d298ff10f84d798a6 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 6c963396ccc3688761de8a4d298ff10f84d798a6
 > git rev-list 825b7db6b1b03ea2d3a97c221810094187cf88ce
[olingo-odata4] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-beta-01-RC02
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting <https://builds.apache.org/job/olingo-odata4/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 55 implicit excludes (use -debug for more details).
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 15 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ odata-parent ---
[INFO] Installing <https://builds.apache.org/job/olingo-odata4/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ odata-parent ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 KB   
           
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [5.768s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.346s
[INFO] Finished at: Fri Sep 19 12:13:06 UTC 2014
[INFO] Final Memory: 20M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project odata-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.olingo:odata-parent:pom:4.0.0-beta-01-RC02 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom. Return code is: 401, ReasonPhrase:Unauthorized. -> [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
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : olingo-odata4 #560

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/560/changes>


Build failed in Jenkins: olingo-odata4 #559

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/559/changes>

Changes:

[michael.bolz] Set release version to '4.0.0-beta-01'

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-5 (ubuntu5) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit}
Checking out Revision 9e422a283e02fd6a5501bb67d144cff2de5692db (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 9e422a283e02fd6a5501bb67d144cff2de5692db
 > git rev-list 6c963396ccc3688761de8a4d298ff10f84d798a6
[olingo-odata4] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-beta-01
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting <https://builds.apache.org/job/olingo-odata4/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 55 implicit excludes (use -debug for more details).
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 15 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ odata-parent ---
[INFO] Installing <https://builds.apache.org/job/olingo-odata4/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-beta-01/odata-parent-4.0.0-beta-01.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ odata-parent ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01/odata-parent-4.0.0-beta-01.pom
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 KB   
           
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [4.665s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.224s
[INFO] Finished at: Tue Sep 23 07:13:04 UTC 2014
[INFO] Final Memory: 21M/308M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project odata-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.olingo:odata-parent:pom:4.0.0-beta-01 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01/odata-parent-4.0.0-beta-01.pom. Return code is: 401, ReasonPhrase:Unauthorized. -> [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
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: olingo-odata4 #558

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/558/>

------------------------------------------
[...truncated 3639 lines...]
1658/1957 KB   
1662/1957 KB   
1666/1957 KB   
1670/1957 KB   
1674/1957 KB   
1678/1957 KB   
1682/1957 KB   
1686/1957 KB   
1690/1957 KB   
1694/1957 KB   
1698/1957 KB   
1702/1957 KB   
1706/1957 KB   
1710/1957 KB   
1714/1957 KB   
1718/1957 KB   
1722/1957 KB   
1726/1957 KB   
1730/1957 KB   
1734/1957 KB   
1738/1957 KB   
1742/1957 KB   
1746/1957 KB   
1750/1957 KB   
1754/1957 KB   
1758/1957 KB   
1762/1957 KB   
1766/1957 KB   
1770/1957 KB   
1774/1957 KB   
1778/1957 KB   
1782/1957 KB   
1786/1957 KB   
1790/1957 KB   
1794/1957 KB   
1798/1957 KB   
1802/1957 KB   
1806/1957 KB   
1810/1957 KB   
1814/1957 KB   
1818/1957 KB   
1822/1957 KB   
1826/1957 KB   
1830/1957 KB   
1834/1957 KB   
1838/1957 KB   
1842/1957 KB   
1846/1957 KB   
1850/1957 KB   
1854/1957 KB   
1858/1957 KB   
1862/1957 KB   
1866/1957 KB   
1870/1957 KB   
1874/1957 KB   
1878/1957 KB   
1882/1957 KB   
1886/1957 KB   
1890/1957 KB   
1894/1957 KB   
1898/1957 KB   
1902/1957 KB   
1906/1957 KB   
1910/1957 KB   
1914/1957 KB   
1918/1957 KB   
1922/1957 KB   
1926/1957 KB   
1930/1957 KB   
1934/1957 KB   
1938/1957 KB   
1942/1957 KB   
1946/1957 KB   
1950/1957 KB   
1954/1957 KB   
1957/1957 KB   
               
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.jar (1957 KB at 25080.9 KB/sec)
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ odata-parent ---
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
4/11 KB        
8/11 KB   
11/11 KB   
           
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 1089.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
4/4 KB     
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 494.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
4/228 KB   
8/228 KB   
12/228 KB   
16/228 KB   
20/228 KB   
24/228 KB   
28/228 KB   
32/228 KB   
36/228 KB   
40/228 KB   
44/228 KB   
48/228 KB   
52/228 KB   
56/228 KB   
60/228 KB   
64/228 KB   
68/228 KB   
72/228 KB   
76/228 KB   
80/228 KB   
84/228 KB   
88/228 KB   
92/228 KB   
96/228 KB   
100/228 KB   
104/228 KB   
108/228 KB   
112/228 KB   
116/228 KB   
120/228 KB   
124/228 KB   
128/228 KB   
132/228 KB   
136/228 KB   
140/228 KB   
144/228 KB   
148/228 KB   
152/228 KB   
156/228 KB   
160/228 KB   
164/228 KB   
168/228 KB   
172/228 KB   
176/228 KB   
180/228 KB   
184/228 KB   
188/228 KB   
192/228 KB   
196/228 KB   
200/228 KB   
204/228 KB   
208/228 KB   
212/228 KB   
216/228 KB   
220/228 KB   
224/228 KB   
228/228 KB   
228/228 KB   2/152 KB   
                        
6/152 KB                
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 14207.2 KB/sec)
10/152 KB   
14/152 KB   
18/152 KB   
22/152 KB   
26/152 KB   
30/152 KB   
34/152 KB   
38/152 KB   
42/152 KB   
46/152 KB   
50/152 KB   
54/152 KB   
58/152 KB   
62/152 KB   
66/152 KB   
70/152 KB   
74/152 KB   
78/152 KB   
82/152 KB   
86/152 KB   
90/152 KB   
94/152 KB   
98/152 KB   
102/152 KB   
106/152 KB   
110/152 KB   
114/152 KB   
118/152 KB   
122/152 KB   
126/152 KB   
130/152 KB   
134/152 KB   
138/152 KB   
142/152 KB   
146/152 KB   
150/152 KB   
152/152 KB   
             
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 6072.3 KB/sec)
[INFO] Installing <https://builds.apache.org/job/olingo-odata4/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ odata-parent ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
2/22 KB      
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 KB   
           
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [7.274s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.316s
[INFO] Finished at: Mon Sep 22 23:20:10 UTC 2014
[INFO] Final Memory: 17M/303M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project odata-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.olingo:odata-parent:pom:4.0.0-beta-01-RC02 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom. Return code is: 401, ReasonPhrase:Unauthorized. -> [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
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: olingo-odata4 #557

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/557/>

------------------------------------------
Started by timer
Building remotely on ubuntu-5 (ubuntu5) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit}
Checking out Revision 6c963396ccc3688761de8a4d298ff10f84d798a6 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 6c963396ccc3688761de8a4d298ff10f84d798a6
 > git rev-list 6c963396ccc3688761de8a4d298ff10f84d798a6
[olingo-odata4] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-beta-01-RC02
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting <https://builds.apache.org/job/olingo-odata4/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 55 implicit excludes (use -debug for more details).
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 15 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ odata-parent ---
[INFO] Installing <https://builds.apache.org/job/olingo-odata4/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ odata-parent ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 KB   
           
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [5.075s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.668s
[INFO] Finished at: Sun Sep 21 23:12:55 UTC 2014
[INFO] Final Memory: 20M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project odata-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.olingo:odata-parent:pom:4.0.0-beta-01-RC02 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom. Return code is: 401, ReasonPhrase:Unauthorized. -> [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
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: olingo-odata4 #556

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/556/>

------------------------------------------
Started by timer
Building remotely on ubuntu-5 (ubuntu5) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit}
Checking out Revision 6c963396ccc3688761de8a4d298ff10f84d798a6 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 6c963396ccc3688761de8a4d298ff10f84d798a6
 > git rev-list 6c963396ccc3688761de8a4d298ff10f84d798a6
[olingo-odata4] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-beta-01-RC02
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting <https://builds.apache.org/job/olingo-odata4/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 55 implicit excludes (use -debug for more details).
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 15 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ odata-parent ---
[INFO] Installing <https://builds.apache.org/job/olingo-odata4/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ odata-parent ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 KB   
           
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [4.813s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.388s
[INFO] Finished at: Sat Sep 20 23:12:53 UTC 2014
[INFO] Final Memory: 20M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project odata-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.olingo:odata-parent:pom:4.0.0-beta-01-RC02 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom. Return code is: 401, ReasonPhrase:Unauthorized. -> [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
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: olingo-odata4 #555

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/555/>

------------------------------------------
Started by timer
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit}
Checking out Revision 6c963396ccc3688761de8a4d298ff10f84d798a6 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 6c963396ccc3688761de8a4d298ff10f84d798a6
 > git rev-list 6c963396ccc3688761de8a4d298ff10f84d798a6
[olingo-odata4] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-beta-01-RC02
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting <https://builds.apache.org/job/olingo-odata4/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 55 implicit excludes (use -debug for more details).
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 15 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ odata-parent ---
[INFO] Installing <https://builds.apache.org/job/olingo-odata4/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ odata-parent ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 KB   
           
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [5.886s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.479s
[INFO] Finished at: Fri Sep 19 23:14:04 UTC 2014
[INFO] Final Memory: 18M/212M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project odata-parent: Failed to deploy artifacts: Could not transfer artifact org.apache.olingo:odata-parent:pom:4.0.0-beta-01-RC02 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/olingo/odata-parent/4.0.0-beta-01-RC02/odata-parent-4.0.0-beta-01-RC02.pom. Return code is: 401, ReasonPhrase:Unauthorized. -> [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
Build step 'Invoke top-level Maven targets' marked build as failure