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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new 51310df  fixed site publication issue (NPE on m-enforcer-p)
51310df is described below

commit 51310df6d77267fd4c3fd94391ec3b57df4e2e12
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Thu Nov 16 15:00:38 2017 +0100

    fixed site publication issue (NPE on m-enforcer-p)
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index ed62a97..780ae8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,6 +304,17 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      <plugin><!-- TODO remove when upgrading to parent pom 31 -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.0-beta-6</version>
+          </dependency>
+        </dependencies>
+      </plugin>
     </plugins>
   </build>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to