summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-12 11:40:14 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-12 11:40:14 +0000
commit6803afb216c191d29dde53e23a06b52ff0a4ae83 (patch)
tree5403a85ec2f7a47c40dedb2aa17c501c918383c3 /sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml
parent4c68d70660cd03471fe96327ec64f520afec8614 (diff)
move old version of dependency plugin out of the way
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml')
-rw-r--r--sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml b/sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml
new file mode 100644
index 0000000000..023fc28879
--- /dev/null
+++ b/sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml
@@ -0,0 +1,17 @@
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-sca-dependencies</artifactId>
+ <version>1.1-incubating-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>