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 16:23:26 UTC

[maven-doxia-sitetools] 02/02: WIP - add plexus-oss reop

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 8f27d22639d558c08ff25c8c6d1cea102b90027d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 4 18:23:11 2021 +0200

    WIP - add plexus-oss reop
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 588d464..ffd2ef3 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/content/repositories/plexus-snapshots/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <dependencyManagement>
     <dependencies>
       <!-- doxia -->