sonatype / install4j-support

Install4j Support
http://sonatype.github.io/install4j-support/
11 stars 11 forks source link

compile goal can only be executed once #12

Closed oscarlantz closed 11 years ago

oscarlantz commented 11 years ago

It would be nice to be able to execute the compile goal several times in one maven build. It seems that currently this can only be done once.

I have a client-server application that has both a client installer and a complete installer with both the client and server. The tricky part is that the media file with only the client should also be downloadable from the server so it needs to be included in the installer compilation of the complete installer. To be able to reuse the same install4J project for both installers I would like to have the ability to first build the media file for the client-installer and then the media file for the complete installer.

Thanks, Oscar Lantz Assa Abloy

oscarlantz commented 11 years ago

Sorry for the stupid question, my maven skills are apparently lacking. The problem was a copy-paste-mistake. I didn't have unique id's on the executions in maven. Now things are working. The issue can be closed.

jdillon commented 11 years ago

Okay, glad you got it working :-]