I solved the self depedency by moving the web start part to another module and making the jar part into another module and added web start part to have jar part as a dependency.
chicagopooldude wrote: > > I have module which has source which needs to be compiled jared ( Jar > file) then I would have to get a jnlp file from template file which > contains the main method from the jar i have generated in step1. This all > happens in ant build.xml I am using one pom.xml file for this which > creates jar and one plugin to get jnlp out webstart-maven-plugin. The > trouble is this webstart-maven-plugin plugin has not yet received jar from > step until the end to use to make jnlp. How can this self dependency be > dealt with. Please help and thanks in advance. > > -- View this message in context: http://old.nabble.com/Using-a-self-dependency-tp25824105p26160210.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]
