From: fhanik Date: Tue, 9 Jan 2007 01:16:05 +0000 (+0000) Subject: Tomcat's maven publish script X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d31f2895c1a4a0a2db3494b2ca1f40806dffb4f3;p=tomcat7.0 Tomcat's maven publish script git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@494290 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/maven/annotations-api.pom b/res/maven/annotations-api.pom new file mode 100644 index 000000000..d1c1f13e5 --- /dev/null +++ b/res/maven/annotations-api.pom @@ -0,0 +1,7 @@ + + 4.0.0 + org.apache.tomcat + annotations-api + @MAVEN.DEPLOY.VERSION@ + Annotations Package + \ No newline at end of file diff --git a/res/maven/annotations-api.pom.tmp b/res/maven/annotations-api.pom.tmp new file mode 100644 index 000000000..55e0eb7ed --- /dev/null +++ b/res/maven/annotations-api.pom.tmp @@ -0,0 +1,7 @@ + + 4.0.0 + org.apache.tomcat + annotations-api + 6.0.7-SNAPSHOT + Annotations Package + \ No newline at end of file diff --git a/res/maven/catalina-ha.pom b/res/maven/catalina-ha.pom new file mode 100644 index 000000000..5c1ab5d33 --- /dev/null +++ b/res/maven/catalina-ha.pom @@ -0,0 +1,39 @@ + + 4.0.0 + org.apache.tomcat + catalina-ha + @MAVEN.DEPLOY.VERSION@ + Tomcat High Availability Implementation + + + org.apache.tomcat + coyote + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + tribes + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/catalina.pom b/res/maven/catalina.pom new file mode 100644 index 000000000..1374c1271 --- /dev/null +++ b/res/maven/catalina.pom @@ -0,0 +1,33 @@ + + 4.0.0 + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + Tomcat Servlet Engine Core Classes and Standard implementations + + + org.apache.tomcat + coyote + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + annotations-api + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/coyote.pom b/res/maven/coyote.pom new file mode 100644 index 000000000..e6502a3dd --- /dev/null +++ b/res/maven/coyote.pom @@ -0,0 +1,27 @@ + + 4.0.0 + org.apache.tomcat + coyote + @MAVEN.DEPLOY.VERSION@ + Tomcat Connectors and HTTP parser + + + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/el-api.pom b/res/maven/el-api.pom new file mode 100644 index 000000000..b6790833b --- /dev/null +++ b/res/maven/el-api.pom @@ -0,0 +1,7 @@ + + 4.0.0 + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + Expression language package + diff --git a/res/maven/jasper-el.pom b/res/maven/jasper-el.pom new file mode 100644 index 000000000..692cc9551 --- /dev/null +++ b/res/maven/jasper-el.pom @@ -0,0 +1,16 @@ + + 4.0.0 + org.apache.tomcat + jasper-el + @MAVEN.DEPLOY.VERSION@ + Jasper Expression Language Impl + + + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + compile + + + + diff --git a/res/maven/jasper-jdt.pom b/res/maven/jasper-jdt.pom new file mode 100644 index 000000000..9c2f50646 --- /dev/null +++ b/res/maven/jasper-jdt.pom @@ -0,0 +1,7 @@ + + 4.0.0 + org.apache.tomcat + jasper-jdt + @MAVEN.DEPLOY.VERSION@ + Jasper javac compiler extension for Eclipse JDT + diff --git a/res/maven/jasper.pom b/res/maven/jasper.pom new file mode 100644 index 000000000..c6d258e33 --- /dev/null +++ b/res/maven/jasper.pom @@ -0,0 +1,51 @@ + + 4.0.0 + org.apache.tomcat + jasper + @MAVEN.DEPLOY.VERSION@ + Tomcats JSP Parser + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + jsp-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + jasper-jdt + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + jasper-el + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/jsp-api.pom b/res/maven/jsp-api.pom new file mode 100644 index 000000000..186018bbc --- /dev/null +++ b/res/maven/jsp-api.pom @@ -0,0 +1,21 @@ + + 4.0.0 + org.apache.tomcat + jsp-api + @MAVEN.DEPLOY.VERSION@ + JSP package + + + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/juli.pom b/res/maven/juli.pom new file mode 100644 index 000000000..22ddb975a --- /dev/null +++ b/res/maven/juli.pom @@ -0,0 +1,7 @@ + + 4.0.0 + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + Tomcat Core Logging Package + diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml new file mode 100644 index 000000000..0aad30956 --- /dev/null +++ b/res/maven/mvn-pub.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default new file mode 100644 index 000000000..16c3cf711 --- /dev/null +++ b/res/maven/mvn.properties.default @@ -0,0 +1,8 @@ +maven.home=/development/maven-2.0.4 +maven.bin=mvn.bat +maven.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository +maven.repo.repositoryId=apache.snapshots +maven.deploy.version=6.0.7-SNAPSHOT +tomcat.lib.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/lib +tomcat.bin.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/bin +tomcat.pom.path=C:/development/tomcat/6.0/tc6.0.x/trunk/res/maven diff --git a/res/maven/servlet-api.pom b/res/maven/servlet-api.pom new file mode 100644 index 000000000..c1a3ed969 --- /dev/null +++ b/res/maven/servlet-api.pom @@ -0,0 +1,8 @@ + + 4.0.0 + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + javax.servlet package + +s \ No newline at end of file diff --git a/res/maven/tribes.pom b/res/maven/tribes.pom new file mode 100644 index 000000000..4661a0213 --- /dev/null +++ b/res/maven/tribes.pom @@ -0,0 +1,15 @@ + + 4.0.0 + org.apache.tomcat + tribes + @MAVEN.DEPLOY.VERSION@ + Tomcat Group Communication Package + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + +