I have tried with externalize property file named as
*"my-file.properties"*. I configured in pom for externalize as given below,

                        <plugin>
                                    <groupId>org.codehaus.mojo</groupId>
                                    
<artifactId>properties-maven-plugin</artifactId>
                                    <version>1.0-alpha-1</version>
                                    <executions>
                                        <execution>
                                            <phase>initialize</phase>
                                            <goals>
                                                
<goal>read-project-properties</goal>
                                            </goals>
                                            <configuration>
                                                <files>
                                                    
<file>*my-file.properties*</file>
                                                </files>
                                            </configuration>
                                        </execution>
                                    </executions>
                                </plugin>
        But, It does not support. 

        Please *suggest* me best way to *externalize properties*.

--
View this message in context: 
http://maven.40175.n5.nabble.com/replace-parameters-when-overlaying-in-maven-tp5626856p5629742.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to