This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
The following commit(s) were added to refs/heads/master by this push:
new 359de7bd Obsolete Maven 1 files
359de7bd is described below
commit 359de7bd80cef58ea191b1d195123f4da05476f6
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 23 15:09:27 2023 +0000
Obsolete Maven 1 files
---
jelly-tags/project.properties | 61 ------------------------------
jelly-tags/project.xml | 88 -------------------------------------------
2 files changed, 149 deletions(-)
diff --git a/jelly-tags/project.properties b/jelly-tags/project.properties
deleted file mode 100644
index 59df6ec6..00000000
--- a/jelly-tags/project.properties
+++ /dev/null
@@ -1,61 +0,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.
-
-# -------------------------------------------------------------------
-# P R O J E C T P R O P E R T I E S
-# -------------------------------------------------------------------
-maven.junit.fork=true
-
-maven.compile.deprecation = on
-
-maven.checkstyle.properties=${basedir}/../tag-checkstyle.xml
-maven.checkstyle.header.file=${basedir}/../../checkstyle-header.txt
-
-maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
-
-maven.license.licenseFile=${basedir}/../../LICENSE.txt
-
-maven.xdoc.date=left
-maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
-maven.xdoc.poweredby.image=maven-feather.png
-
-# maven.xdoc.jsl=file:${basedir}/../../../commons-build/commons-site.jsl
-
-# this only works with xdoc-plugin-1.10, do NOT include ${basedir} here!
-maven.xdoc.theme.file=../../xdocs/style/project.css
-maven.xdoc.distributionUrl=http://www.apache.org/dist/java-repository/commons-jelly/jars
-
-maven.linkcheck.enable=false
-
-maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
-
-# Repositories to upload by default... snapshots
-maven.repo.list=apache.snapshots
-
-# Repository to deploy snapshots
-maven.repo.apache.snapshots=scp://people.apache.org
-maven.repo.apache.snapshots.directory=/www/people.apache.org/repository
-## supposing these variables (*.releases.* are defined at the user-level)
-maven.repo.apache.snapshots.username=${maven.repo.apache.releases.username}
-maven.repo.apache.snapshots.privatekey=${maven.repo.apache.releases.privatekey}
-maven.repo.apache.snapshots.passphrase=${maven.repo.apache.releases.passphrase}
-
-# Repository to deploy releases, need manual addressing
-maven.repo.apache.releases=scp://people.apache.org
-maven.repo.apache.releases.directory=/www/www.apache.org/dist/java-repository
-
-maven.announcement.lenient=true
-maven.jellydoc.packages=org.apache.commons.jelly.tags.*
\ No newline at end of file
diff --git a/jelly-tags/project.xml b/jelly-tags/project.xml
deleted file mode 100644
index 4ace00bd..00000000
--- a/jelly-tags/project.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?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>
- <pomVersion>3</pomVersion>
- <groupId>commons-jelly</groupId>
- <artifactId>commons-jelly-tags</artifactId>
- <name>Jelly Library Master Maven POM</name>
- <currentVersion>1.0.1-SNAPSHOT</currentVersion>
-
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://jakarta.apache.org</url>
- <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
- </organization>
- <logo>/images/logo.jpg</logo>
- <package>org.apache.commons.jelly.tags.*</package>
- <gumpRepositoryId>jakarta</gumpRepositoryId>
-
- <url>http://commons.apache.org/jelly/libs/</url>
-
<issueTrackingUrl>http://issues.apache.org/jira/browse/JELLY</issueTrackingUrl>
-
- <siteAddress>jakarta.apache.org</siteAddress>
- <siteDirectory>/www/commons.apache.org/jelly/jelly-tags</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/jelly-tags</distributionDirectory>
-
- <repository>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jelly/trunk/jelly-tags/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jelly/trunk/jelly-tags/</developerConnection>
-
<url>http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/</url>
- </repository>
-
- <mailingLists>
- <mailingList>
- <name>Commons Dev List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
- </mailingList>
- <mailingList>
- <name>Commons User List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
- </mailingList>
- </mailingLists>
-
- <build>
- <nagEmailAddress>[email protected]</nagEmailAddress>
- <sourceDirectory>${basedir}/src/java</sourceDirectory>
- <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
- <integrationUnitTestSourceDirectory/>
- <aspectSourceDirectory/>
-
- <!-- Unit test classes -->
- <unitTest>
- <includes>
- <include>**/Test*.java</include>
- </includes>
- </unitTest>
-
- <resources>
- <resource>
- <directory>${basedir}</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
-
- </build>
-
-</project>