summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/old/maven-sca-dependencies/examplepomentry.xml
blob: 023fc28879fa5c354f764f68bf869a153e17d115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>