Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-03-16 22:11:14 +0000
committerMatthias Sohn2010-03-16 22:45:46 +0000
commit70ea07358d8347c43856b54484c7e9ea06595e91 (patch)
treeec4588a535b146d822ee171587a6a683f16b6b6d /pom.xml
parentbc81cc2f99e2f6bd7ae9be4a6d8f0989df4d9111 (diff)
downloadegit-70ea07358d8347c43856b54484c7e9ea06595e91.tar.gz
egit-70ea07358d8347c43856b54484c7e9ea06595e91.tar.xz
egit-70ea07358d8347c43856b54484c7e9ea06595e91.zip
Implement maven build for org.eclipse.egit.doc
To package checked in userguide run mvn install to update documentation from Eclipse EGit wiki call mvn -Dupdate.egit.doc=1 install If necessary correct resulting documentation sources under userguide folder manually and commit the resulting changes under folder userguide to the repository. Change-Id: I89c69b2efb6e64f9434aa1faeae8cd467c8422b2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ba66960ed6..84b0c657f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,7 @@
<module>org.eclipse.egit.core</module>
<module>org.eclipse.egit.ui</module>
+ <module>org.eclipse.egit.doc</module>
<module>org.eclipse.egit-feature</module>
<module>org.eclipse.egit-updatesite</module>
@@ -120,6 +121,11 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.3</version>
+ </plugin>
+ <plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>

Back to the top