summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-11-29 18:14:23 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-11-29 18:14:23 +0000
commitf87c86baef3a29eaaaeba1cb72ed2ca43908163c (patch)
treedef2f2085126a7de5f8d1b17dae059ddfb0dd43e /pom.xml
parent34b536c894ff35270905026db1087ecbdf205880 (diff)
downloadjackcess-f87c86baef3a29eaaaeba1cb72ed2ca43908163c.tar.gz
jackcess-f87c86baef3a29eaaaeba1cb72ed2ca43908163c.zip
move some more common reports to the parent
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@192 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml26
1 files changed, 1 insertions, 25 deletions
diff --git a/pom.xml b/pom.xml
index 71888da..e5cd299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
@@ -74,10 +74,6 @@
</pluginManagement>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0</version>
@@ -136,26 +132,6 @@
<reporting>
<plugins>
<plugin>
- <groupId>net.sf</groupId>
- <artifactId>stat-scm</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>dependencies</report>
- <report>scm</report>
- <report>summary</report>
- <report>project-team</report>
- <report>license</report>
- <report>issue-tracking</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplate>%URL%/index.php?func=detail&amp;aid=%ISSUE%&amp;group_id=134943&amp;atid=731445</issueLinkTemplate>