This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/maven in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
commit 86ff193b82f8e3405de0be83dbd986c167164c72 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Thu Dec 15 15:48:52 2022 +0000 Removing unnused maven repos to speed up the build --- pom.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 11967678..ef19659e 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ <releases> <enabled>true</enabled> </releases> - </repository--> + </repository <repository> <id>wasdev-maven-repo</id> <name>wasdev-maven-repo</name> @@ -155,20 +155,11 @@ <enabled>true</enabled> </releases> </repository> + --> </repositories> + <!-- <pluginRepositories> - <pluginRepository> - <id>apache.snapshots</id> - <url>https://repository.apache.org/snapshots/</url> - <name>Apache Snapshot Repo</name> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> <pluginRepository> <id>Liberty</id> <name>Liberty Repository</name> @@ -182,6 +173,7 @@ </releases> </pluginRepository> </pluginRepositories> + --> <inceptionYear>2011</inceptionYear> <mailingLists>
