First one builds everything, but not running tests Other one also skip test compilation, this causes compilation errors
On Fri, Sep 2, 2016 at 1:43 PM, Peter Dähn <[email protected]> wrote: > ok.. this one changed somehow... thanks for the quick response... > > > Am 02.09.2016 um 08:39 schrieb Maxim Solodovnik: > >> You should use >> -DskipTests=true >> not >> -Dmaven.test.skip=true >> >> On Fri, Sep 2, 2016 at 1:33 PM, Peter Dähn <[email protected]> wrote: >> >> Hello together, >>> >>> Compilation of OM ends up with an error. >>> >>> /svn checkout https://svn.apache.org/repos/a >>> sf/openmeetings/application/br >>> anches/3.1.x/ >>> cd 3.1.x >>> mvn install -U -Dunpacked=true -Dmaven.test.skip=true >>> -Dold-backups.dwnd.skip=true -Ddb=postgresql/ >>> >>> Error message >>> >>> /Downloading: https://repository.apache.org/ >>> snapshots/org/apache/openmeeti >>> ngs/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3. >>> 1.3-SNAPSHOT-tests.jar >>> [INFO] ------------------------------------------------------------ >>> ------------ >>> [INFO] Reactor Summary: >>> [INFO] >>> [INFO] Openmeetings ....................................... SUCCESS [ >>> 7.867 s] >>> [INFO] Openmeetings Util .................................. SUCCESS [ >>> 11.449 s] >>> [INFO] Openmeetings DB .................................... SUCCESS [ >>> 11.726 s] >>> [INFO] Openmeetings Core .................................. SUCCESS [ >>> 6.216 s] >>> [INFO] Openmeetings Install ............................... SUCCESS [ >>> 4.525 s] >>> [INFO] Openmeetings Service ............................... SUCCESS [ >>> 2.905 s] >>> [INFO] Openmeetings Webservices ........................... SUCCESS [ >>> 6.316 s] >>> [INFO] Openmeetings Web ................................... FAILURE [ >>> 18.260 s] >>> [INFO] Openmeetings Flash ................................. SKIPPED >>> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED >>> [INFO] Openmeetings Server ................................ SKIPPED >>> [INFO] ------------------------------------------------------------ >>> ------------ >>> [INFO] BUILD FAILURE >>> [INFO] ------------------------------------------------------------ >>> ------------ >>> [INFO] Total time: 01:12 min >>> [INFO] Finished at: 2016-09-02T08:18:41+02:00 >>> [INFO] Final Memory: 65M/441M >>> [INFO] ------------------------------------------------------------ >>> ------------ >>> [ERROR] Failed to execute goal on project openmeetings-web: Could not >>> resolve dependencies for project org.apache.openmeetings:openme >>> etings-web:war:3.1.3-SNAPSHOT: >>> Could not find artifact org.apache.openmeetings:openme >>> etings-core:jar:tests:3.1.3-SNAPSHOT in apache-snapshots ( >>> https://repository.apache.org/content/groups/snapshots) -> [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/conflu >>> ence/display/MAVEN/DependencyResolutionException >>> [ERROR] >>> [ERROR] After correcting the problems, you can resume the build with the >>> command >>> [ERROR] mvn <goals> -rf :openmeetings-web >>> / >>> try to load "https://repository.apache.org/snapshots/org/apache/openmeet >>> ings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3. >>> 1.3-SNAPSHOT-tests.jar" ends with: >>> >>> >>> 404 - Path >>> /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/ >>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar >>> not found in group repository "Snapshots" [id=snapshots-group]. >>> >>> Path /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/ >>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar not found in group repository >>> "Snapshots" [id=snapshots-group]. >>> >>> >>> Any Ideas? >>> >>> Greetings Peter >>> >>> >> >> -- WBR Maxim aka solomax
