Author: remm Date: Wed Apr 1 14:45:19 2015 New Revision: 1670663 URL: http://svn.apache.org/r1670663 Log: Add pom for storeconfig JAR.
Added: tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom (with props) Modified: tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml?rev=1670663&r1=1670662&r2=1670663&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml (original) +++ tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml Wed Apr 1 14:45:19 2015 @@ -281,6 +281,10 @@ jarFileName="catalina-tribes.jar" srcJarFileName="catalina-tribes-src.jar"/> + <doMavenDeploy artifactId="tomcat-storeconfig" + jarFileName="catalina-storeconfig.jar" + srcJarFileName="catalina-storeconfig-src.jar"/> + <doMavenDeploy artifactId="tomcat-jdbc" jarFileName="tomcat-jdbc.jar" srcJarFileName="tomcat-jdbc-src.jar"/> Added: tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom?rev=1670663&view=auto ============================================================================== --- tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom (added) +++ tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom Wed Apr 1 14:45:19 2015 @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-storeconfig</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat storeconfig component</description> + <url>http://tomcat.apache.org/</url> + <licenses> + <license> + <name>Apache License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-coyote</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-tribes</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-catalina</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-catalina-ha</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-util</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Propchange: tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom ------------------------------------------------------------------------------ svn:eol-style = native Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1670663&r1=1670662&r2=1670663&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Apr 1 14:45:19 2015 @@ -125,6 +125,13 @@ </add> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <fix> + Add missing pom for tomcat-storeconfig. (remm) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.0.21 (markt)" rtext="2015-03-26"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org