protofire / AIP-011-Ownable

0 stars 2 forks source link

Build error -- dependency #3

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

I am getting the following error on build.

mvn clean package

[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< com.altoros.aion:aion-ownable >--------------------
[INFO] Building aion-ownable 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.demo.aion.aion-test:avm:jar:1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.200 s
[INFO] Finished at: 2019-06-13T17:37:47-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project aion-ownable: Could not resolve dependencies for project com.altoros.aion:aion-ownable:jar:1.0-SNAPSHOT: Could not find artifact com.demo.aion.aion-test:avm:jar:1.0-SNAPSHOT -> [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/confluence/display/MAVEN/DependencyResolutionException

To ensure documentation is correct and builds are reproducible, please use Travis CI for builds.

xiwix commented 5 years ago

Your project was not properly initialized. Please run mvn initialize before mvn clean package. You may need to update the project.

fulldecent commented 5 years ago

Deleted everything, recloned, problem solved, thank you. Build time was about 4 minutes.