@phildunlap
Hi phildunlap,
Here is the console output.
Buildfile: F:\ma-proj\ma-modules-public\MBus\build.xml
[mvn:dependencies] Downloading: com/infiniteautomation/mango/2.7.10/mango-2.7.10.pom from repository central at http://repo1.maven.org/maven2
[mvn:dependencies] Unable to locate resource in repository
[mvn:dependencies] [INFO] Unable to find resource 'com.infiniteautomation:mango:pom:2.7.10' in repository central (http://repo1.maven.org/maven2)
[mvn:dependencies] Downloading: com/infiniteautomation/mango/2.7.10/mango-2.7.10.jar from repository central at http://repo1.maven.org/maven2
[mvn:dependencies] Unable to locate resource in repository
[mvn:dependencies] [INFO] Unable to find resource 'com.infiniteautomation:mango:jar:2.7.10' in repository central (http://repo1.maven.org/maven2)
[mvn:dependencies] An error has occurred while processing the Maven artifact tasks.
[mvn:dependencies] Diagnosis:
[mvn:dependencies]
[mvn:dependencies] Unable to resolve artifact: Missing:
[mvn:dependencies] ----------
[mvn:dependencies] 1) com.infiniteautomation:mango:jar:2.7.10
[mvn:dependencies]
[mvn:dependencies] Try downloading the file manually from the project website.
[mvn:dependencies]
[mvn:dependencies] Then, install it using the command:
[mvn:dependencies] mvn install:install-file -DgroupId=com.infiniteautomation -DartifactId=mango -Dversion=2.7.10 -Dpackaging=jar -Dfile=/path/to/file
[mvn:dependencies]
[mvn:dependencies] Alternatively, if you host your own repository you can deploy the file there:
[mvn:dependencies] mvn deploy:deploy-file -DgroupId=com.infiniteautomation -DartifactId=mango -Dversion=2.7.10 -Dpackaging=jar -Dfile=/path/to/file -Durl= -DrepositoryId=[id]
[mvn:dependencies]
[mvn:dependencies] Path to dependency:
[mvn:dependencies] 1) com.infiniteautomation.mango:mbus-ds:jar:1.1.3
[mvn:dependencies] 2) com.infiniteautomation:mango:jar:2.7.10
[mvn:dependencies]
[mvn:dependencies] ----------
[mvn:dependencies] 1 required artifact is missing.
[mvn:dependencies]
[mvn:dependencies] for artifact:
[mvn:dependencies] com.infiniteautomation.mango:mbus-ds:jar:1.1.3
[mvn:dependencies]
[mvn:dependencies] from the specified remote repositories:
[mvn:dependencies] central (http://repo1.maven.org/maven2)
[mvn:dependencies]
[mvn:dependencies]
[mvn:dependencies]
BUILD FAILED
F:\ma-proj\ma-modules-public\MBus\build.xml:4: The following error occurred while executing this line:
F:\ma-proj\ma-core-public\Core\module-build.xml:34: Unable to resolve artifact: Missing:
- com.infiniteautomation:mango:jar:2.7.10
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.infiniteautomation -DartifactId=mango -Dversion=2.7.10 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.infiniteautomation -DartifactId=mango -Dversion=2.7.10 -Dpackaging=jar -Dfile=/path/to/file -Durl= -DrepositoryId=[id]
Path to dependency:
1) com.infiniteautomation.mango:mbus-ds:jar:1.1.3
2) com.infiniteautomation:mango:jar:2.7.10
1 required artifact is missing.
for artifact:
com.infiniteautomation.mango:mbus-ds:jar:1.1.3
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
Total time: 10 seconds
thanks