I tried using dependency but I'm getting a similar error, that it can't find
the artifact.
{
ERROR] Failed to execute goal on project developmentenvironment: Could not
resolve dependencies for project
com.inferlink.entitybase:developmentenvironment:jar:1.0-SNAPSHOT: Could not
find artifact com.inferlink.entitybase:bootstrap:jar:1.0-SNAPSHOT -> [Help
1]
}
Here's part of my pom for the dependency:
{
...
<modelVersion>4.0.0</modelVersion>
<groupId>com.inferlink.entitybase</groupId>
<artifactId>bootstrap</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>bootstrap</name>
...
}
How does Maven know where to look for this other artifact? I thought all
dependencies come from the repository (I'm just pointing to the default
central repository).
Do I need to upload/publish my artifact before it can be used as a
dependency by others?
If so, do I need to set up my own repository proxy (Nexus?) to do so?
--
View this message in context:
http://maven.40175.n5.nabble.com/Referencing-modules-in-a-sibling-folder-tp4559091p4559280.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]