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]
