svn commit: r731103 - /jakarta/taglibs/proper/string/trunk/pom.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Sat Jan 3 14:14:08 2009
New Revision: 731103
URL: http://svn.apache.org/viewvc?rev=731103&view=rev
Log:
Uses new taglibs parent pom
Modified:
jakarta/taglibs/proper/string/trunk/pom.xml
Modified: jakarta/taglibs/proper/string/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/pom.xml?rev=731103&r1=731102&r2=731103&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/string/trunk/pom.xml Sat Jan 3 14:14:08 2009
@@ -25,12 +25,11 @@
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</groupId>
- <artifactId>apache</artifactId>
- <version>4</version>
+ <groupId>org.apache.taglibs</groupId>
+ <artifactId>taglibs-parent</artifactId>
+ <version>1</version>
</parent>
- <groupId>org.apache.taglibs</groupId>
<artifactId>string-taglib</artifactId>
<version>1.1.1-SNAPSHOT</version>
<name>Jakarta String Taglib</name>
@@ -42,11 +41,6 @@
<url>http://jakarta.apache.org/taglibs/doc/string-doc/intro.html</url>
- <issueManagement>
- <system>bugzilla</system>
- <url>http://issues.apache.org/bugzilla/</url>
- </issueManagement>
-
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/string/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/taglibs/proper/string/trunk</developerConnection>
@@ -88,61 +82,4 @@
</dependency>
</dependencies>
- <build>
- <sourceDirectory>src</sourceDirectory>
- <resources>
- <resource>
- <directory>.</directory>
- <targetPath>META-INF</targetPath>
- <includes>
- <include>NOTICE.txt</include>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources/META-INF</directory>
- <targetPath>META-INF</targetPath>
- </resource>
- </resources>
-
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/assembly/bin.xml</descriptor>
- <descriptor>src/assembly/src.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>net.sourceforge.maven-taglib</groupId>
- <artifactId>maven-taglib-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <quiet>true</quiet>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
</project>