- Revision
- 157
- Author
- paul
- Date
- 2007-06-19 01:34:20 -0500 (Tue, 19 Jun 2007)
Log Message
more
Modified Paths
Diff
Modified: trunk/distribution2/pom.xml (156 => 157)
--- trunk/distribution2/pom.xml 2007-06-19 06:19:12 UTC (rev 156) +++ trunk/distribution2/pom.xml 2007-06-19 06:34:20 UTC (rev 157) @@ -2,40 +2,25 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer-parent</artifactId> - <version>1.0-RC-3-SNAPSHOT</version> + <groupId>org.codehaus.waffle</groupId> + <artifactId>waffle-parent</artifactId> + <version>1.0-SNAPSHOT</version> </parent> - <artifactId>paranamer-distribution</artifactId> + <artifactId>waffle-distribution</artifactId> <packaging>pom</packaging> - <name>Paranamer Distribution</name> + <name>Waffle Distribution</name> <dependencies> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>paranamer</artifactId> + <artifactId>waffle</artifactId> <version>${pom.version}</version> </dependency> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>paranamer-generator</artifactId> + <artifactId>waffle-webcontainer</artifactId> <version>${pom.version}</version> </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>paranamer-ant</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>paranamer-asm</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>paranamer-maven-plugin</artifactId> - <version>${pom.version}</version> - </dependency> </dependencies> <build> <plugins> @@ -51,64 +36,21 @@ <goal>unpack</goal> </goals> <configuration> - <outputDirectory>${project.build.directory}/xsite/javadoc</outputDirectory> + <outputDirectory>${project.build.directory}/site/javadoc</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <artifactItems> <artifactItem> <groupId>${pom.groupId}</groupId> - <artifactId>paranamer</artifactId> + <artifactId>waffle</artifactId> <version>${pom.version}</version> <classifier>javadoc</classifier> </artifactItem> - <artifactItem> - <groupId>${pom.groupId}</groupId> - <artifactId>paranamer-generator</artifactId> - <version>${pom.version}</version> - <classifier>javadoc</classifier> - </artifactItem> </artifactItems> </configuration> </execution> </executions> </plugin> - <!-- FIXME: does not seem to find the assembly descriptor - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <version>2.1</version> - <executions> - <execution> - <id>bin</id> - <phase>install</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>${basedir}/src/assembly/assembly-bin.xml</descriptor> - </descriptors> - <finalName>paranamer-${pom.version}</finalName> - <workDirectory>${project.build.directory}/assembly/bin</workDirectory> - </configuration> - </execution> - <execution> - <id>src</id> - <phase>install</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>${basedir}/src/assembly/assembly-src.xml</descriptor> - </descriptors> - <finalName>paranamer-${pom.version}</finalName> - <workDirectory>${project.build.directory}/assembly/src</workDirectory> - </configuration> - </execution> - </executions> - </plugin> - --> - <!-- XSite fails to validate links - Need to configure it to be optional? --> <plugin> <groupId>org.codehaus.xsite</groupId> <artifactId>xsite-maven-plugin</artifactId> @@ -159,4 +101,12 @@ </plugins> </build> + <!-- Site URL set here in this pom.xml (not its parent) in order for the site to be deployed correctly --> + <distributionManagement> + <site> + <id>codehaus.org</id> + <url>dav:https://dav.codehaus.org/waffle/</url> + </site> + </distributionManagement> + </project> \ No newline at end of file
To unsubscribe from this list please visit:
