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:08:51 UTC

[maven-doxia-sitetools] 01/01: 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 c0f11c79caa0b47eeefed5f0266fa77eed7e3607
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..d0dae2f 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 -->