> We installed the generated jar in M2 as > /mvn install:install-file -DgroupId=xsd-js -DartifactId=xsd-js > -Dversion=0.0.1 -Dpackaging=jar -Dfile=D:\xsd-main-0.0.1-SNAPSHOT.jar/ > Had an entry for this jar in M1's pom.xml ad ran the mvn -e install -P > build. The compilation errors got solved.
Why would you use install:install-file for an artifact you are producing with Maven? Just use "mvn install". Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
