Author: vsiveton
Date: Mon Dec 15 16:17:00 2008
New Revision: 726888
URL: http://svn.apache.org/viewvc?rev=726888&view=rev
Log:
o reordering poms
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-core/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-maven-plugin/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-apt/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-confluence/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-docbook-simple/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-fml/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-itext/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-latex/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-rtf/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-twiki/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xdoc/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xhtml/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml
maven/doxia/doxia/branches/doxia-1.0.x/doxia-sink-api/pom.xml
Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml Mon Dec 15
16:17:00 2008
@@ -21,15 +21,18 @@
<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>
+
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-book</artifactId>
<name>Doxia :: Book Component</name>
<description>A component to write books like user manuals and guides in any
format supported by Doxia.</description>
+
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
@@ -69,7 +72,6 @@
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
</dependency>
-
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
@@ -94,6 +96,7 @@
<version>1.0</version>
</dependency>
</dependencies>
+
<build>
<plugins>
<plugin>
Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-core/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-core/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-core/pom.xml Mon Dec 15
16:17:00 2008
@@ -21,16 +21,33 @@
<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>
+
<parent>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-core</artifactId>
<name>Doxia :: Core</name>
<description>Doxia core classes and interfaces.</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-sink-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -53,18 +70,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-sink-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </dependency>
- </dependencies>
</project>
Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-maven-plugin/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-maven-plugin/pom.xml Mon Dec
15 16:17:00 2008
@@ -21,19 +21,24 @@
<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>
+
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
+
<name>Doxia :: Maven Plugin</name>
<description>A Maven plugin for Doxia.</description>
+
<prerequisites>
<maven>2.0.2</maven>
</prerequisites>
+
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -50,12 +55,13 @@
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
+
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>2.3</version>
+ <version>2.4.3</version>
</plugin>
</plugins>
</reporting>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-apt/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-apt/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-apt/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-apt/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,17 +20,26 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>doxia-module-apt</artifactId>
<name>Doxia :: APT Module</name>
<description>A Doxia module for Almost Plain Text source
documents.</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -52,11 +61,4 @@
</plugin>
</plugins>
</build>
-
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
- </dependencies>
</project>
\ No newline at end of file
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-confluence/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-confluence/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-confluence/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-confluence/pom.xml
Mon Dec 15 16:17:00 2008
@@ -19,12 +19,14 @@
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-module-confluence</artifactId>
<name>Doxia :: Confluence Module</name>
<description>A Doxia module for Confluence source documents.</description>
@@ -46,6 +48,14 @@
<timezone>-5</timezone>
</developer>
</developers>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -58,10 +68,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
- </dependencies>
</project>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-docbook-simple/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-docbook-simple/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-docbook-simple/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-docbook-simple/pom.xml
Mon Dec 15 16:17:00 2008
@@ -19,15 +19,18 @@
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-module-docbook-simple</artifactId>
<name>Doxia :: Docbook Simple Module</name>
<description>A Doxia module for Docbook source documents.</description>
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-fml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-fml/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-fml/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-fml/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,17 +20,26 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>doxia-module-fml</artifactId>
<name>Doxia :: FML Module</name>
<description>A Doxia module for FML source documents.</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -69,10 +78,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
- </dependencies>
</project>
\ No newline at end of file
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-itext/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-itext/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-itext/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-itext/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,13 +20,15 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>doxia-module-itext</artifactId>
<name>Doxia :: iText Module</name>
<description>A Doxia module for iText source documents.</description>
@@ -43,6 +45,7 @@
<timezone>-5</timezone>
</developer>
</developers>
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -54,6 +57,7 @@
<version>1.4</version>
</dependency>
</dependencies>
+
<build>
<plugins>
<plugin>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-latex/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-latex/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-latex/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-latex/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,16 +20,19 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>doxia-module-latex</artifactId>
<name>Doxia :: Latex Module</name>
<description>A Doxia module for LaTeX source documents.</description>
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-rtf/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-rtf/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-rtf/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-rtf/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,13 +20,15 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>doxia-module-rtf</artifactId>
<name>Doxia :: RTF Module</name>
<description>A Doxia module for Rich Text Format source
documents.</description>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-twiki/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-twiki/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-twiki/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-twiki/pom.xml
Mon Dec 15 16:17:00 2008
@@ -21,17 +21,19 @@
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-module-twiki</artifactId>
<name>Doxia :: TWiki Module</name>
<description>A Doxia module for Twiki source documents.</description>
- <developers>
+ <developers>
<developer>
<name>Juan F. Codagnone</name>
<email>juan *at* zauber dot. com dot. ar</email>
@@ -41,16 +43,4 @@
<timezone>-3</timezone>
</developer>
</developers>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xdoc/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xdoc/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xdoc/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xdoc/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,17 +20,26 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>doxia-module-xdoc</artifactId>
<name>Doxia :: XDoc Module</name>
<description>A Doxia module for Xdoc source documents.</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -52,11 +61,4 @@
</plugin>
</plugins>
</build>
-
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
- </dependencies>
</project>
\ No newline at end of file
Modified:
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xhtml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xhtml/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xhtml/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/doxia-module-xhtml/pom.xml
Mon Dec 15 16:17:00 2008
@@ -20,16 +20,20 @@
-->
<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>
+
<parent>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
+
<artifactId>doxia-module-xhtml</artifactId>
<name>Doxia :: XHTML Module</name>
<description>A Doxia module for Xhtml source documents.</description>
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml Mon Dec 15
16:17:00 2008
@@ -16,19 +16,23 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
---><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">
+-->
+<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>
+
<parent>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-modules</artifactId>
+ <packaging>pom</packaging>
+
<name>Doxia :: Modules</name>
<description>Doxia modules for several markup languages.</description>
- <packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
@@ -38,6 +42,7 @@
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
</dependency>
+
<!-- test -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
@@ -46,6 +51,7 @@
<scope>test</scope>
</dependency>
</dependencies>
+
<modules>
<module>doxia-module-confluence</module>
<module>doxia-module-docbook-simple</module>
Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-sink-api/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-sink-api/pom.xml?rev=726888&r1=726887&r2=726888&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-sink-api/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-sink-api/pom.xml Mon Dec 15
16:17:00 2008
@@ -21,12 +21,14 @@
<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>
+
<parent>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
<artifactId>doxia-sink-api</artifactId>
<name>Doxia :: Sink API</name>
<description>Doxia Sink API.</description>