Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. parent-module-->child-submodule1
  2. ->child-submodule2
  3.  
  4. <profiles>
  5. <profile>
  6. <activation>
  7. <property>
  8. <name>doit</name>
  9. <value>true</value>
  10. </property>
  11. </activation>
  12. ...
  13. </profile>
  14. </profiles>
  15.  
  16. <profiles>
  17. <profile>
  18. <activation>
  19. <file>
  20. <exists>src/main/xcopy</exists>
  21. </file>
  22. </activation>
  23. ...
  24. </profile>
  25. </profiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement