You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/06/04 17:48:17 UTC

[maven-doxia-sitetools] 02/02: use Plexus snapshot repo - waiting for release

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch DOXIASITETOOLS-230
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 1c3f224e6bd29cd0c29c05e9ad2b2326e93299d4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 4 18:23:11 2021 +0200

    use Plexus snapshot repo - waiting for release
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index b973a50..7035392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,16 @@ under the License.
     <project.build.outputTimestamp>2020-02-19T07:03:09Z</project.build.outputTimestamp>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>plexus-oss</id>
+      <url>https://oss.sonatype.org/service/local/repositories/plexus-snapshots/content/</url>
+      <snapshots><enabled>true</enabled></snapshots>
+      <releases><enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <dependencyManagement>
     <dependencies>
       <!-- doxia -->