If this is done (not sure I'm convinced) I think this also needs to be handled in a way for Install also. Otherwise the pom in your local repo won't match what ultimately gets deployed. This could cause lots of headaches.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 4:12 AM To: [email protected] Subject: Idea of a new parameter for the DEPLOY plugin Hi All, When using Maven in my job, I'm encountering a problem of deployed POM which still contain variables. I would like to deploy POM whith the valued variables. I've looked at the deploy plugin source code, and I've understand that the deployed POM was the file POM on the disk. But, it could be interesting to introduce a new parameter (not mandatory) named deployValuedPom to the deploy plugin. This parameter will be a boolean flag to decide either to deploy the file POM on the disk (parameter=false, the default value), either the valued POM (explicit parameter=true). So the new feature won't have impact on existing projects. What do you think about this new feature? I could give a first version of the source code modification if the idea is correct. Thanks. Cyril --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
