pom.xml 561 字节
Newer Older
K
kohsuke 已提交
1 2 3 4 5 6 7 8 9 10 11
<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>hudson</artifactId>
    <version>1.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  
  <groupId>org.jvnet.hudson.main</groupId>
  <artifactId>pom</artifactId>
12
  <version>1.60-SNAPSHOT</version>
K
kohsuke 已提交
13 14 15 16 17 18 19 20 21 22
  <packaging>pom</packaging>
  
  <name>Hudson main module</name>
  <description>The module that constitutes the main hudson.war</description>
  
  <modules>
    <module>core</module>
    <module>war</module>
  </modules>
</project>