Advertisement
Guest User

archetype.xml

a guest
Jul 1st, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <archetype
  2.     xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd">
  5.     <id>webapp-reference</id>
  6.      <sources>
  7.   </sources>
  8.   <testSources>
  9.   </testSources>
  10. </archetype>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement