This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch MJAVADOC-639
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/MJAVADOC-639 by this push:
new d0f8193 add plexus snapshots repository
d0f8193 is described below
commit d0f8193bed9889af400c3db5ac5cd22bd788d9b7
Author: olivier lamy <[email protected]>
AuthorDate: Wed Feb 19 11:10:09 2020 +1000
add plexus snapshots repository
Signed-off-by: olivier lamy <[email protected]>
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8917cdf..483707f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,6 +450,19 @@ under the License.
</plugins>
</build>
+ <repositories>
+ <repository>
+ <id>plexus.snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<profiles>
<profile>
<id>run-its</id>