Advertisement
Guest User

Kohsuke

a guest
May 27th, 2009
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1. <plugin>
  2.   <groupId>org.codehaus.cargo</groupId>
  3.   <artifactId>cargo-maven2-plugin</artifactId>
  4.   <version>1.0-alpha-6</version>
  5.   <configuration> ... </configuration>
  6.   <executions> ... </executions>
  7.  
  8.   <dependencies>
  9.     <dependency>
  10.       <groupId>org.codehaus.cargo</groupId>
  11.       <artifactId>cargo-core-container-glassfish</artifactId>
  12.       <version>1.0-alpha-6</version>
  13.     </dependency>
  14.   </dependencies>
  15. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement