| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY 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"> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>4</version> |
| </parent> |
| |
| <groupId>org.apache.taglibs</groupId> |
| <artifactId>taglibs-parent</artifactId> |
| <version>1-SNAPSHOT</version> |
| <name>Apache Taglibs Parent</name> |
| <packaging>pom</packaging> |
| |
| <inceptionYear>2000</inceptionYear> |
| |
| <url>http://tomcat.apache.org/taglibs/</url> |
| |
| <ciManagement> |
| <system>continuum</system> |
| <url>http://vmbuild.apache.org/continuum/projectGroupSummary.action?projectGroupId=145</url> |
| </ciManagement> |
| |
| <issueManagement> |
| <system>bugzilla</system> |
| <url>http://issues.apache.org/bugzilla/</url> |
| </issueManagement> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/taglibs-parent/trunk</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/taglibs/taglibs-parent/trunk</developerConnection> |
| <url>http://svn.apache.org/viewvc/tomcat/taglibs/taglibs-parent/trunk</url> |
| </scm> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Taglibs User List</name> |
| <subscribe>taglibs-user-subscribe@tomcat.apache.org</subscribe> |
| <unsubscribe>taglibs-user-unsubscribe@tomcat.apache.org</unsubscribe> |
| <post>taglibs-user@tomcat.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/tomcat-taglibs-user/</archive> |
| <!-- tbd - need to give the archive people time to notice and setup an archive |
| <otherArchives> |
| <otherArchive>http://markmail.org/list/org.apache.tomcat.taglibs-user/</otherArchive> |
| <otherArchive>http://www.nabble.com/?????</otherArchive> |
| <otherArchive>http://www.mail-archive.com/taglibs-user@tomcat.apache.org/</otherArchive> |
| <otherArchive>http://news.gmane.org/gmane.comp.tomcat.taglibs.user</otherArchive> |
| </otherArchives> |
| --> |
| </mailingList> |
| <mailingList> |
| <name>Old Taglibs User Archive</name> |
| <archive>http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-user/</archive> |
| <otherArchives> |
| <otherArchive>http://markmail.org/list/org.apache.jakarta.taglibs-user/</otherArchive> |
| <otherArchive>http://www.nabble.com/Taglibs---User-f338.html</otherArchive> |
| <otherArchive>http://www.mail-archive.com/taglibs-user@jakarta.apache.org/</otherArchive> |
| <otherArchive>http://news.gmane.org/gmane.comp.jakarta.taglibs.user</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>Tomcat Dev List</name> |
| <subscribe>dev-subscribe@tomcat.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@tomcat.apache.org</unsubscribe> |
| <post>dev@tomcat.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/tomcat-dev/</archive> |
| <otherArchives> |
| <otherArchive>http://markmail.org/list/org.apache.tomcat.dev/</otherArchive> |
| <otherArchive>http://www.nabble.com/Tomcat---Dev-f341.html</otherArchive> |
| <otherArchive>http://www.mail-archive.com/dev@tomcat.apache.org/</otherArchive> |
| <otherArchive>http://news.gmane.org/gmane.comp.tomcat.devel</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>Old Taglibs Dev Archive</name> |
| <archive>http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-dev/</archive> |
| <otherArchives> |
| <otherArchive>http://markmail.org/list/org.apache.jakarta.taglibs-dev/</otherArchive> |
| <otherArchive>http://www.nabble.com/Taglibs---Dev-f339.html</otherArchive> |
| <otherArchive>http://www.mail-archive.com/dev@jakarta.apache.org/</otherArchive> |
| <otherArchive>http://news.gmane.org/gmane.comp.jakarta.taglibs.devel</otherArchive> |
| </otherArchives> |
| </mailingList> |
| </mailingLists> |
| |
| <build> |
| <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-jar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <manifestEntries> |
| <Specification-Title>${project.name}</Specification-Title> |
| <Specification-Version>${project.version}</Specification-Version> |
| <Specification-Vendor>${project.organization.name}</Specification-Vendor> |
| <Implementation-Title>${project.name}</Implementation-Title> |
| <Implementation-Version>${project.version}</Implementation-Version> |
| <Implementation-Vendor>${project.organization.name}</Implementation-Vendor> |
| <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> |
| <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK> |
| <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK> |
| </manifestEntries> |
| </archive> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-war-plugin</artifactId> |
| <configuration> |
| <archive> |
| <manifestEntries> |
| <Specification-Title>${project.name}</Specification-Title> |
| <Specification-Version>${project.version}</Specification-Version> |
| <Specification-Vendor>${project.organization.name}</Specification-Vendor> |
| <Implementation-Title>${project.name}</Implementation-Title> |
| <Implementation-Version>${project.version}</Implementation-Version> |
| <Implementation-Vendor>${project.organization.name}</Implementation-Vendor> |
| <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> |
| <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK> |
| <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK> |
| </manifestEntries> |
| </archive> |
| </configuration> |
| </plugin> |
| <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> |
| |
| <properties> |
| <!-- Default configuration for compiler source and target JVM --> |
| <!-- |
| <maven.compile.source>1.4</maven.compile.source> |
| <maven.compile.target>1.4</maven.compile.target> |
| --> |
| <!-- Staging --> |
| <taglibs.componentid>${project.artifactId}</taglibs.componentid> |
| <taglibs.rc.version>RC1</taglibs.rc.version> |
| </properties> |
| |
| </project> |