From: <tri...@us...> - 2008-04-29 20:39:37
|
Revision: 43 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=43&view=rev Author: triathlon98 Date: 2008-04-29 13:39:34 -0700 (Tue, 29 Apr 2008) Log Message: ----------- [maven-release-plugin] copy for tag staticwiki-0.9 Added Paths: ----------- tags/staticwiki-0.9/ tags/staticwiki-0.9/pom.xml tags/staticwiki-0.9/staticwiki-editor/pom.xml tags/staticwiki-0.9/staticwiki-renderer/pom.xml tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml Removed Paths: ------------- tags/staticwiki-0.9/pom.xml tags/staticwiki-0.9/staticwiki-editor/pom.xml tags/staticwiki-0.9/staticwiki-renderer/pom.xml tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml Copied: tags/staticwiki-0.9 (from rev 41, trunk) Deleted: tags/staticwiki-0.9/pom.xml =================================================================== --- trunk/pom.xml 2007-12-20 11:44:54 UTC (rev 41) +++ tags/staticwiki-0.9/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -1,307 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki</artifactId> - <packaging>pom</packaging> - - <version>0.9-SNAPSHOT</version> - - <name>staticwiki</name> - <description> - staticwiki is an tool to generate a static wiki site. - </description> - - <inceptionYear>2006</inceptionYear> - <url>http://staticwiki.org</url> - <licenses> - <license> - <name>LGPL</name> - <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> - <distribution>repo</distribution> - <comments>v2.1 or higher</comments> - </license> - </licenses> - <issueManagement> - <system>sourceforge trackers</system> - <url>http://sourceforge.net/tracker/?group_id=196967</url> - </issueManagement> - <scm> - <connection> - scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/trunk - </connection> - <developerConnection> - scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/trunk - </developerConnection> - <url>http://staticwiki.svn.sourceforge.net/viewvc/staticwiki/</url> - </scm> - <ciManagement> - <system>hudson</system> - <url>http://hudson.equanda.org/job/staticwiki</url> - <notifiers> - <notifier> - <type>mail</type> - <sendOnError>true</sendOnError> - <sendOnFailure>true</sendOnFailure> - <sendOnSuccess>true</sendOnSuccess> - <sendOnWarning>true</sendOnWarning> - <configuration> - <address>sta...@li...</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <mailingLists> - <mailingList> - <name>staticwiki-svn-commit</name> - <post>mailto:sta...@li...</post> - <subscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-svn-commit</subscribe> - <unsubscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-svn-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staticwiki-svn-commit</archive> - </mailingList> - <mailingList> - <name>staticwiki-user</name> - <post>mailto:sta...@li...</post> - <subscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-user</subscribe> - <unsubscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staticwiki-user</archive> - </mailingList> - </mailingLists> - <developers> - <developer> - <name>Joachim Van der Auwera</name> - <id>triathlon98</id> - <email>tri...@us...</email> - <timezone>+1</timezone> - <roles> - <role>project lead</role> - <role>architect</role> - <role>developer</role> - </roles> - </developer> - </developers> - - <modules> - <module>staticwiki-renderer</module> - <module>staticwiki-editor</module> - </modules> - - <build> - <extensions> - <extension> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav</artifactId> - <version>1.0-beta-2</version> - </extension> - </extensions> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <executions> - <execution> - <id>clean</id> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> - </links> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>config/checkstyle.xml</configLocation> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <instrumentation/> - </configuration> - </plugin> - </plugins> - </reporting> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.javolution</groupId> - <artifactId>javolution</artifactId> - <version>3.7.10</version> - </dependency> - <dependency> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-renderer</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-editor</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - </dependency> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity-dep</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.6.5</version> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.4.0</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0.4</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>2.0.4</version> - </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>1.4</version> - </dependency> - </dependencies> - </dependencyManagement> - <repositories> - <repository> - <id>progs</id> - <url>http://maven.progs.be/m2repo</url> - </repository> - </repositories> - <distributionManagement> - <repository> - <id>progs-repo</id> - <name>PROGS maven repository</name> - <url>dav:http://maven.progs.be/m2repo</url> - </repository> - <site> - <id>staticwiki-site</id> - <name>staticwiki website</name> - <url>dav:http://www.staticwiki.org</url> - </site> - </distributionManagement> - <profiles> - <profile> - <id>include-compile-plugin</id> - <activation> - <property> - <name>!site</name> - </property> - </activation> - <modules> - <module>staticwiki-site-plugin</module> - </modules> - </profile> - <profile> - <id>site-include-wiki</id> - <activation> - <property> - <name>site</name> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-site-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>pre-site</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <!-- - fortunately these dependencies is not checked about being cyclic, though you probably need - to compile a second time to make sure the wiki stuff is part of the site - --> - <dependency> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-site-plugin</artifactId> - <version>0.9-SNAPSHOT</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> - </profile> - <profile> - <id>env-horse</id> - <activation> - <property> - <name>env</name> - <value>horse</value> - </property> - </activation> - <distributionManagement> - <repository> - <id>progsrepo</id> - <name>PROGS repository</name> - <url>file:///home/joachim/sites/maven.progs.be/m2repo</url> - </repository> - <site> - <id>staticwiki-site</id> - <name>staticwiki website</name> - <url>file:///home/joachim/sites/staticwiki</url> - </site> - </distributionManagement> - </profile> - </profiles> -</project> Copied: tags/staticwiki-0.9/pom.xml (from rev 42, trunk/pom.xml) =================================================================== --- tags/staticwiki-0.9/pom.xml (rev 0) +++ tags/staticwiki-0.9/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -0,0 +1,302 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki</artifactId> + <packaging>pom</packaging> + + <version>0.9</version> + + <name>staticwiki</name> + <description> + staticwiki is an tool to generate a static wiki site. + </description> + + <inceptionYear>2006</inceptionYear> + <url>http://staticwiki.org</url> + <licenses> + <license> + <name>LGPL</name> + <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> + <distribution>repo</distribution> + <comments>v2.1 or higher</comments> + </license> + </licenses> + <issueManagement> + <system>sourceforge trackers</system> + <url>http://sourceforge.net/tracker/?group_id=196967</url> + </issueManagement> + <scm> + <connection>scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/tags/staticwiki-0.9</connection> + <developerConnection>scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/tags/staticwiki-0.9</developerConnection> + <url>http://staticwiki.svn.sourceforge.net/viewvc/staticwiki/tags/staticwiki-0.9</url> + </scm> + <ciManagement> + <system>hudson</system> + <url>http://hudson.equanda.org/job/staticwiki</url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>true</sendOnFailure> + <sendOnSuccess>true</sendOnSuccess> + <sendOnWarning>true</sendOnWarning> + <configuration> + <address>sta...@li...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <mailingLists> + <mailingList> + <name>staticwiki-svn-commit</name> + <post>mailto:sta...@li...</post> + <subscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-svn-commit</subscribe> + <unsubscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-svn-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staticwiki-svn-commit</archive> + </mailingList> + <mailingList> + <name>staticwiki-user</name> + <post>mailto:sta...@li...</post> + <subscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-user</subscribe> + <unsubscribe>https://lists.sourceforge.net/lists/listinfo/staticwiki-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=staticwiki-user</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <name>Joachim Van der Auwera</name> + <id>triathlon98</id> + <email>tri...@us...</email> + <timezone>+1</timezone> + <roles> + <role>project lead</role> + <role>architect</role> + <role>developer</role> + </roles> + </developer> + </developers> + + <modules> + <module>staticwiki-renderer</module> + <module>staticwiki-editor</module> + </modules> + + <build> + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-webdav</artifactId> + <version>1.0-beta-2</version> + </extension> + </extensions> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <executions> + <execution> + <id>clean</id> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <links> + <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> + </links> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>config/checkstyle.xml</configLocation> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.2</version> + <configuration> + <instrumentation /> + </configuration> + </plugin> + </plugins> + </reporting> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.javolution</groupId> + <artifactId>javolution</artifactId> + <version>3.7.10</version> + </dependency> + <dependency> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-renderer</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-editor</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> + </dependency> + <dependency> + <groupId>velocity</groupId> + <artifactId>velocity-dep</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <version>1.6.5</version> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.4.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>2.0.4</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>2.0.4</version> + </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>1.4</version> + </dependency> + </dependencies> + </dependencyManagement> + <repositories> + <repository> + <id>progs</id> + <url>http://maven.progs.be/m2repo</url> + </repository> + </repositories> + <distributionManagement> + <repository> + <id>progs-repo</id> + <name>PROGS maven repository</name> + <url>dav:http://maven.progs.be/m2repo</url> + </repository> + <site> + <id>staticwiki-site</id> + <name>staticwiki website</name> + <url>dav:http://www.staticwiki.org</url> + </site> + </distributionManagement> + <profiles> + <profile> + <id>include-compile-plugin</id> + <activation> + <property> + <name>!site</name> + </property> + </activation> + <modules> + <module>staticwiki-site-plugin</module> + </modules> + </profile> + <profile> + <id>site-include-wiki</id> + <activation> + <property> + <name>site</name> + </property> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-site-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>pre-site</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <!-- + fortunately these dependencies is not checked about being cyclic, though you probably need + to compile a second time to make sure the wiki stuff is part of the site + --> + <dependency> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-site-plugin</artifactId> + <version>0.9-SNAPSHOT</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </build> + </profile> + <profile> + <id>env-horse</id> + <activation> + <property> + <name>env</name> + <value>horse</value> + </property> + </activation> + <distributionManagement> + <repository> + <id>progsrepo</id> + <name>PROGS repository</name> + <url>file:///home/joachim/sites/maven.progs.be/m2repo</url> + </repository> + <site> + <id>staticwiki-site</id> + <name>staticwiki website</name> + <url>file:///home/joachim/sites/staticwiki</url> + </site> + </distributionManagement> + </profile> + </profiles> +</project> Deleted: tags/staticwiki-0.9/staticwiki-editor/pom.xml =================================================================== --- trunk/staticwiki-editor/pom.xml 2007-12-20 11:44:54 UTC (rev 41) +++ tags/staticwiki-0.9/staticwiki-editor/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -1,61 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki</artifactId> - <version>0.9-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-editor</artifactId> - <packaging>jar</packaging> - <version>0.9-SNAPSHOT</version> - <name>staticwiki-editor</name> - <description> - Simple Swing gui to allow editing wiki markup and seeing a preview of the rendered result. - </description> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <mainClass>org.staticwiki.editor.Editor</mainClass> - <addClasspath>false</addClasspath> - </manifest> - </archive> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>unpack-dependencies</id> - <phase>compile</phase> - <goals> - <goal>unpack-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/classes</outputDirectory> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-renderer</artifactId> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - </dependencies> -</project> Copied: tags/staticwiki-0.9/staticwiki-editor/pom.xml (from rev 42, trunk/staticwiki-editor/pom.xml) =================================================================== --- tags/staticwiki-0.9/staticwiki-editor/pom.xml (rev 0) +++ tags/staticwiki-0.9/staticwiki-editor/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -0,0 +1,60 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki</artifactId> + <version>0.9</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-editor</artifactId> + <packaging>jar</packaging> + <version>0.9</version> + <name>staticwiki-editor</name> + <description> + Simple Swing gui to allow editing wiki markup and seeing a preview of the rendered result. + </description> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <mainClass>org.staticwiki.editor.Editor</mainClass> + <addClasspath>false</addClasspath> + </manifest> + </archive> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>unpack-dependencies</id> + <phase>compile</phase> + <goals> + <goal>unpack-dependencies</goal> + </goals> + <configuration> + <outputDirectory>${project.build.directory}/classes</outputDirectory> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>true</overWriteSnapshots> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-renderer</artifactId> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + </dependencies> +</project> Deleted: tags/staticwiki-0.9/staticwiki-renderer/pom.xml =================================================================== --- trunk/staticwiki-renderer/pom.xml 2007-12-20 11:44:54 UTC (rev 41) +++ tags/staticwiki-0.9/staticwiki-renderer/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -1,56 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki</artifactId> - <version>0.9-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-renderer</artifactId> - <packaging>jar</packaging> - <version>0.9-SNAPSHOT</version> - <name>staticwiki-renderer</name> - <description> - General wiki rendering code, the defaults render wiki content with markup similar to Confluence. - However, the system can be configured at will to render different wiki styles. - </description> - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - <resource> - <directory>src/main/macro</directory> - </resource> - </resources> - <testResources> - <testResource> - <directory>src/test/resources</directory> - </testResource> - <testResource> - <directory>src/test/macro</directory> - </testResource> - </testResources> - </build> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity-dep</artifactId> - </dependency> - <dependency> - <groupId>org.javolution</groupId> - <artifactId>javolution</artifactId> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>provided</scope> - </dependency> - </dependencies> -</project> Copied: tags/staticwiki-0.9/staticwiki-renderer/pom.xml (from rev 42, trunk/staticwiki-renderer/pom.xml) =================================================================== --- tags/staticwiki-0.9/staticwiki-renderer/pom.xml (rev 0) +++ tags/staticwiki-0.9/staticwiki-renderer/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -0,0 +1,55 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki</artifactId> + <version>0.9</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-renderer</artifactId> + <packaging>jar</packaging> + <version>0.9</version> + <name>staticwiki-renderer</name> + <description> + General wiki rendering code, the defaults render wiki content with markup similar to Confluence. + However, the system can be configured at will to render different wiki styles. + </description> + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + <resource> + <directory>src/main/macro</directory> + </resource> + </resources> + <testResources> + <testResource> + <directory>src/test/resources</directory> + </testResource> + <testResource> + <directory>src/test/macro</directory> + </testResource> + </testResources> + </build> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>velocity</groupId> + <artifactId>velocity-dep</artifactId> + </dependency> + <dependency> + <groupId>org.javolution</groupId> + <artifactId>javolution</artifactId> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>provided</scope> + </dependency> + </dependencies> +</project> Deleted: tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml =================================================================== --- trunk/staticwiki-site-plugin/pom.xml 2007-12-20 11:44:54 UTC (rev 41) +++ tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -1,65 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki</artifactId> - <version>0.9-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-site-plugin</artifactId> - <packaging>maven-plugin</packaging> - <version>0.9-SNAPSHOT</version> - <name>staticwiki-site-plugin</name> - <description> - Maven plugin to allow generating maven site pages using staticwiki markup. - </description> - <inceptionYear>2007</inceptionYear> - - <build> - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>descriptor</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.staticwiki</groupId> - <artifactId>staticwiki-renderer</artifactId> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <version>1.0-alpha-10</version> - </dependency> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-sink-api</artifactId> - <version>1.0-alpha-10</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>2.0.7</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0.7</version> - </dependency> - </dependencies> -</project> Copied: tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml (from rev 42, trunk/staticwiki-site-plugin/pom.xml) =================================================================== --- tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml (rev 0) +++ tags/staticwiki-0.9/staticwiki-site-plugin/pom.xml 2008-04-29 20:39:34 UTC (rev 43) @@ -0,0 +1,64 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki</artifactId> + <version>0.9</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-site-plugin</artifactId> + <packaging>maven-plugin</packaging> + <version>0.9</version> + <name>staticwiki-site-plugin</name> + <description> + Maven plugin to allow generating maven site pages using staticwiki markup. + </description> + <inceptionYear>2007</inceptionYear> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>descriptor</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.staticwiki</groupId> + <artifactId>staticwiki-renderer</artifactId> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <version>1.0-alpha-10</version> + </dependency> + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-sink-api</artifactId> + <version>1.0-alpha-10</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>2.0.7</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>2.0.7</version> + </dependency> + </dependencies> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |