You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mvn -Popendj clean package
[ERROR] Error executing Maven.
[ERROR] The specified user settings file does not exist: /path/lsc-2.1.6/.mvn/local-settings.xml
$ mvn -Popendj clean package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.artifactId' for bouncycastle:bcprov-${bc-jdk-version}:jar with value 'bcprov-${bc-jdk-version}' does not match a valid id pattern. @ line 695, column 16
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.lsc:lsc-core:2.1.6 (/tmp/tt/tmail-lsc/lsc-2.1.6/pom.xml) has 1 error
[ERROR] 'dependencies.dependency.artifactId' for bouncycastle:bcprov-${bc-jdk-version}:jar with value 'bcprov-${bc-jdk-version}' does not match a valid id pattern. @ line 695, column 16
[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/ProjectBuildingException
and a simple mvn install gives:
Could not resolve dependencies for project org.lsc:lsc-core:jar:2.1.6: Failed to collect dependencies at com.sleepycat:je:jar:4.1.10: Failed to read artifact descriptor for com.sleepycat:je:jar:4.1.10: Could not transfer artifact com.sleepycat:je:pom:4.1.10 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [java.net Maven 2 (http://download.java.net/maven/2, default, releases+snapshots), forgerock-community-repository (http://maven.forgerock.org/repo/community, default, releases+snapshots), oracleReleases (http://download.oracle.com/maven, default, releases+snapshots), reflections-repo (http://reflections.googlecode.com/svn/repo, default, releases+snapshots), lsc-site (http://lsc-project.org/maven, default, releases+snapshots), burtsev-net-maven (http://maven.burtsev.net, default, releases+snapshots)]
The text was updated successfully, but these errors were encountered:
BUILD.txt give the following command which fail:
Trying with a settings file found in Internet:
gives another error:
and a simple
mvn install
gives:The text was updated successfully, but these errors were encountered: