diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-26 19:30:51 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-26 19:30:51 +0000 |
commit | 4c02e263e0b80b4d43340c137e4361e818cf1143 (patch) | |
tree | 9234b6e03a05dab8c87ddcd1993ed60fef98d191 /java/sca/modules/node-launcher-osgi | |
parent | 445cc0f79594bb29ea3089fe67917acd8f1f3ba1 (diff) |
Configure the maven dependency plugin to overwrite artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/node-launcher-osgi')
-rw-r--r-- | java/sca/modules/node-launcher-osgi/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/node-launcher-osgi/pom.xml b/java/sca/modules/node-launcher-osgi/pom.xml index f5e9d48f08..e9c22bf3bf 100644 --- a/java/sca/modules/node-launcher-osgi/pom.xml +++ b/java/sca/modules/node-launcher-osgi/pom.xml @@ -112,6 +112,8 @@ </goals> <configuration> <outputDirectory>${project.build.directory}/tuscany/modules</outputDirectory> + <overWriteReleases>true</overWriteReleases> + <overWriteSnapshots>true</overWriteSnapshots> <excludeArtifactIds></excludeArtifactIds> </configuration> </execution> |