The command that i run
1.mvn clean install for installing A and mvn clean compile for B.
2. B's pom has A dependency declared like this
<dependency>
<groupId>com</.groupId>
<artifactsId>A</artifactId>
<version>1.0-0-SNAPSHOT</version>
</dependency>
Wayne Fay wrote:
>
> No, I don't get it. Let's make it super simple...
>
> What commands (exactly) are you typing? I don't need to see the output.
> What does the dependency on A in B's pom.xml file look like?
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://old.nabble.com/Problem-for-access-local-.m2-installed-snapshot-dependency-tp27645686p27647370.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]