filed issue to the plugin https://github.com/mojohaus/license-maven-plugin/issues/45 going to commit fix for this today
On Wed, Jun 1, 2016 at 8:36 AM, Ankush Mishra <[email protected]> wrote: > I tried this today and got the same error along with what Susheel added > while running /maven -X -U clean install/ I specifically get this: > > / > / > > /[DEBUG] Could not find metadata > org.apache.openmeetings:openmeetings-util:3.2.0-SNAPSHOT/maven-metadata.xml > in local (/home/emanon/.m2/repository)/ > /[DEBUG] Failure to find > org.apache.openmeetings:openmeetings-util:3.2.0-SNAPSHOT/maven-metadata.xml > in https://repository.apache.org/content/groups/snapshots was cached in > the local repository, resolution will not be reattempted until the update > interval of apache-snapshots has elapsed or updates are forced/ > /[DEBUG] Failure to find > org.apache.openmeetings:openmeetings-util:3.2.0-SNAPSHOT/maven-metadata.xml > in http://smslib.org/maven2/v3 was cached in the local repository, > resolution will not be reattempted until the update interval of smslib has > elapsed or updates are forced/ > /[DEBUG] Failure to find > org.apache.openmeetings:openmeetings-util:3.2.0-SNAPSHOT/maven-metadata.xml > in https://dl.bintray.com/openmeetings/maven was cached in the local > repository, resolution will not be reattempted until the update interval of > openmeetings-bintray has elapsed or updates are forced/ > /[DEBUG] Failure to find > org.apache.openmeetings:openmeetings-util:3.2.0-SNAPSHOT/maven-metadata.xml > in http://oss.sonatype.org/content/repositories/snapshots/ was cached in > the local repository, resolution will not be reattempted until the update > interval of sonatype-snapshots has elapsed or updates are forced/ > /[DEBUG] Failure to find > org.apache.openmeetings:openmeetings-util:3.2.0-SNAPSHOT/maven-metadata.xml > in https://repository.apache.org/snapshots was cached in the local > repository, resolution will not be reattempted until the update interval of > apache.snapshots has elapsed or updates are forced/ > > > // > > > > On 06/01/2016 12:57 AM, Susheel Jalali wrote: > >> Dear OpenMeetings Developers, >> >> We are seeking your assistance with compilation failure error we are >> getting with the nightly build of 3.1.2. We are using original source code >> with no customizations introduced in it. Running “mvn clean install” >> command where pom.xml is gives the following DB download error. >> >> Error >> ------ >> >> |[ERROR] Failed to execute goal on project openmeetings-db: Could not >> resolve dependencies for project >> org.apache.openmeetings:openmeetings-db:jar:3.1.2-SNAPSHOT: Failure to find >> org.apache.openmeetings:openmeetings-util:jar:3.1.2-SNAPSHOT in >> https://repository.apache.org/content/groups/snapshots was cached in the >> local repository, resolution will not be reattempted until the update >> interval of apache-snapshots has elapsed or updates are forced -> [Help 1]| >> >> || >> >> Possible cause >> -------------------- >> Based on our investigation of error log (see below) and Web search, this >> db error seems to originate from ~/openmeetings-db/pom.xml >> >> <parent> >> <groupId>org.apache.openmeetings</groupId> >> <artifactId>openmeetings-parent</artifactId> >> <version>3.1.2-SNAPSHOT</version> >> <relativePath>..</relativePath> >> </parent> >> >> Environment: All OpenMeetings dependencies (from 3.0.7), Apache Maven >> 3.3.9, Java 1.7.0_76, MariaDB 10.0.16 >> >> ======= >> Error log >> -------------- >> >> |[INFO] >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>|| >> ||[INFO] Forking Openmeetings DB 3.1.2-SNAPSHOT|| >> ||[INFO] >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>|| >> ||[INFO] >> ------------------------------------------------------------------------|| >> ||[INFO] Reactor Summary:|| >> ||[INFO]|| >> ||[INFO] Openmeetings ....................................... FAILURE [ >> 14.467 s]|| >> ||[INFO] Openmeetings Util .................................. SKIPPED|| >> ||[INFO] Openmeetings DB .................................... SKIPPED|| >> ||[INFO] Openmeetings Core .................................. SKIPPED|| >> ||[INFO] Openmeetings Install ............................... SKIPPED|| >> ||[INFO] Openmeetings Service ............................... SKIPPED|| >> ||[INFO] Openmeetings Webservices ........................... SKIPPED|| >> ||[INFO] Openmeetings Web ................................... SKIPPED|| >> ||[INFO] Openmeetings Flash ................................. SKIPPED|| >> ||[INFO] Openmeetings Screen Sharing applet ................. SKIPPED|| >> ||[INFO] Openmeetings Server ................................ SKIPPED|| >> ||[INFO] >> ------------------------------------------------------------------------|| >> ||[INFO] BUILD FAILURE|| >> ||[INFO] >> ------------------------------------------------------------------------|| >> ||[INFO] Total time: 16.406 s|| >> ||[INFO] Finished at: 2016-05-31T13:17:35-05:00|| >> ||[INFO] Final Memory: 74M/1088M|| >> ||[INFO] >> ------------------------------------------------------------------------|| >> ||[ERROR] Failed to execute goal on project openmeetings-db: Could not >> resolve dependencies for project >> org.apache.openmeetings:openmeetings-db:jar:3.1.2-SNAPSHOT: Failure to find >> org.apache.openmeetings:openmeetings-util:jar:3.1.2-SNAPSHOT in >> https://repository.apache.org/content/groups/snapshots was cached in the >> local repository, resolution will not be reattempted until the update >> interval of apache-snapshots has elapsed or updates are forced -> [Help 1]|| >> ||| >> >> Thank you. >> >> Sincerely, >> >> Susheel Jalali >> >> Coscend Communications Solutions >> www.Coscend.com >> ---------------------------------------------------------------- >> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail >> Messages from Coscend Communications Solutions' posted at: >> http://www.Coscend.com/Terms_and_Conditions.html >> >> >> > -- > Ankush Mishra > > -- WBR Maxim aka solomax
