aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-11 14:11:45 +1000
committerGitHub <noreply@github.com>2022-04-11 14:11:45 +1000
commit6f4b08e4ad279dcf77faa8034f3e3983e3afde32 (patch)
tree48d0adaec669ca50e26505437377b645afd8323c /pom.xml
parenteb489a1deedf3366325922b29473c8b2302f9fce (diff)
downloadarchiva-6f4b08e4ad279dcf77faa8034f3e3983e3afde32.tar.gz
archiva-6f4b08e4ad279dcf77faa8034f3e3983e3afde32.zip
add gh action, dependabot and release-drafter and get rid of travis (#65)
* add gh action, dependabot and release-drafter and get rid of travis * move owasp check in a separate profile Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/pom.xml b/pom.xml
index ffcd4be77..e3cbef7b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2179,17 +2179,17 @@
<enabled>true</enabled>
</snapshots>
</repository>
- <repository>
- <id>jetty.snapshots</id>
- <name>Jetty Snapshots</name>
- <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
+<!-- <repository>-->
+<!-- <id>jetty.snapshots</id>-->
+<!-- <name>Jetty Snapshots</name>-->
+<!-- <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>-->
+<!-- <releases>-->
+<!-- <enabled>false</enabled>-->
+<!-- </releases>-->
+<!-- <snapshots>-->
+<!-- <enabled>true</enabled>-->
+<!-- </snapshots>-->
+<!-- </repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -2203,16 +2203,16 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <pluginRepository>
- <id>jetty.snapshots</id>
- <name>Jetty Snapshots</name>
- <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
+<!-- <pluginRepository>-->
+<!-- <id>jetty.snapshots</id>-->
+<!-- <name>Jetty Snapshots</name>-->
+<!-- <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>-->
+<!-- <releases>-->
+<!-- <enabled>false</enabled>-->
+<!-- </releases>-->
+<!-- <snapshots>-->
+<!-- <enabled>true</enabled>-->
+<!-- </snapshots>-->
+<!-- </pluginRepository>-->
</pluginRepositories>
</project>