Author: bayard Date: Sat Jan 3 14:17:26 2009 New Revision: 731106 URL: http://svn.apache.org/viewvc?rev=731106&view=rev Log: Adjusted to use the new taglibs-parent pom
Modified: jakarta/taglibs/sandbox/unstandard/trunk/pom.xml Modified: jakarta/taglibs/sandbox/unstandard/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/sandbox/unstandard/trunk/pom.xml?rev=731106&r1=731105&r2=731106&view=diff ============================================================================== --- jakarta/taglibs/sandbox/unstandard/trunk/pom.xml (original) +++ jakarta/taglibs/sandbox/unstandard/trunk/pom.xml Sat Jan 3 14:17:26 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>unstandard-taglib</artifactId> <version>0.1-SNAPSHOT</version> <name>Jakarta Unstandard Taglib</name> @@ -40,11 +39,6 @@ The Unstandard Tag Library is a collection of tags and features which users have requested of the Jakarta Standard Tag Library. It is not really tied to the Standard Taglib or JSTL but is instead just somewhere to speed the availability of ideas before JSTL responds to user demand. </description> - <issueManagement> - <system>bugzilla</system> - <url>http://issues.apache.org/bugzilla/</url> - </issueManagement> - <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/sandbox/unstandard/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/taglibs/sandbox/unstandard/trunk</developerConnection> @@ -79,61 +73,4 @@ </dependency> </dependencies> - <build> - <sourceDirectory>src</sourceDirectory> - <resources> - <resource> - <directory>.</directory> - <targetPath>META-INF</targetPath> - <includes> - <include>../NOTICE</include> - <include>../LICENSE</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> --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org