Forum Discussion
There will be a release candidate pushed out tomorrow that should resolve this issue for you.
EDIT: To clarify, the release candidate will be pushed to the User Acceptance Testing (UAT) servers and along with our maven repository updates. The dependency resolution should not require any action on your part.
Hi, When can i expect the 4.15 build available, hence i can take the latest build and work.
- tlikarish7 years agoEmployee
Not sure why the maven artifacts that went out Friday didn’t help, but the GA will be this Saturday.
As a work around I’ll provide the jar and you can download and install that into your .m2 cache. To do that use this command, but substitute your path for the one I used in
-Dfile=<path to downloaded jar>
. I was able to build the demo snap pack after installing this, but let me know if you have more issues.$ mvn install:install-file -Dfile=/Users/tim/Downloads/commons-csv-1.0-SNAPSHOT.jar.zip -DgroupId=org.apache.commons -DartifactId=commons-csv -Dpackaging=jar -Dversion=1.0-SNAPSHOT [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ standalone-pom --- [INFO] Installing /Users/tim/Downloads/commons-csv-1.0-SNAPSHOT.jar to /Users/tim/.m2/repository/org/apache/commons/commons-csv/1.0-SNAPSHOT/commons-csv-1.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.463s [INFO] Finished at: Tue Nov 06 10:18:56 EST 2018 [INFO] Final Memory: 7M/309M [INFO] ------------------------------------------------------------------------
commons-csv-1.0-SNAPSHOT.jar.zip (34.1 KB)