| Code: |
|
[ERROR] Failed to execute goal on project myapp: Missing: ---------- 1) log4j:log4j:bundle:1.2.16 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=log4j -DartifactId=log4j -Dversion=1.2.16 -Dpackaging=bundle -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=log4j -DartifactId=log4j -Dversion=1.2.16 -Dpackaging=bundle -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mycompany:myapp:pom:pom:0.0.1 2) log4j:log4j:bundle:1.2.16 |