How can I create the first module? Do you mean I run the command "mvn install" on the configure.jar file? If so, every time the xsd file changed, I have to install the cnofigure.jar file manually.
Nicolas Duminil wrote: > > You have to have a main pom having two modules: the first one installs > your configure.jar as an artefact in your local repository. The second one > is the one you've showed, to which you add a dependency to the previous > generated artefact. > > Nicolas > -- View this message in context: http://www.nabble.com/maven-xmlbeans-problem-tp25149630p25164219.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]
