Advertisement
Guest User

Untitled

a guest
Dec 15th, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4.  
  5. <groupId>com.k.g.c</groupId>
  6. <artifactId>com.k.g.c</artifactId>
  7. <version>0.0.0</version>
  8. <packaging>eclipse-repository</packaging>
  9.  
  10. <build>
  11. <plugins>
  12. <plugin>
  13. <groupId>org.eclipse.tycho</groupId>
  14. <artifactId>tycho-p2-director-plugin</artifactId>
  15. <version>0.14.0-SNAPSHOT</version>
  16. <executions>
  17. <execution>
  18. <id>materialize-products</id>
  19. <goals>
  20. <goal>materialize-products</goal>
  21. </goals>
  22. </execution>
  23. <execution>
  24. <id>archive-products</id>
  25. <goals>
  26. <goal>archive-products</goal>
  27. </goals>
  28. </execution>
  29. </executions>
  30. </plugin>
  31. </plugins>
  32. </build>
  33.  
  34.  
  35. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement