You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/04/09 22:10:40 UTC

[1/2] lucene-solr:master: SOLR-12205, SOLR-7887: fix maven javadoc generation by removing unrecognized annotation processing directive

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 385449e61 -> 7009f1cad
  refs/heads/master f0aed933a -> a12d39887


SOLR-12205,SOLR-7887: fix maven javadoc generation by removing unrecognized annotation processing directive


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a12d3988
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a12d3988
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a12d3988

Branch: refs/heads/master
Commit: a12d3988740eed3932d92ae28f60449c2c564f53
Parents: f0aed93
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Apr 9 18:09:51 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Apr 9 18:09:51 2018 -0400

----------------------------------------------------------------------
 dev-tools/maven/pom.xml.template | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a12d3988/dev-tools/maven/pom.xml.template
----------------------------------------------------------------------
diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index 4e21ca0..50299a3 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -238,7 +238,6 @@
             <quiet>true</quiet>
             <additionalparam>-Xdoclint:all</additionalparam>
             <additionalparam>-Xdoclint:-missing</additionalparam>
-            <additionalparam>-proc:none</additionalparam>
           </configuration>
         </plugin>
         <plugin>


[2/2] lucene-solr:branch_7x: SOLR-12205, SOLR-7887: fix maven javadoc generation by removing unrecognized annotation processing directive

Posted by sa...@apache.org.
SOLR-12205,SOLR-7887: fix maven javadoc generation by removing unrecognized annotation processing directive


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7009f1ca
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7009f1ca
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7009f1ca

Branch: refs/heads/branch_7x
Commit: 7009f1cade6bd959d920aaaf819129b939e2f97a
Parents: 385449e
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Apr 9 18:09:51 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Apr 9 18:10:31 2018 -0400

----------------------------------------------------------------------
 dev-tools/maven/pom.xml.template | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7009f1ca/dev-tools/maven/pom.xml.template
----------------------------------------------------------------------
diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index 4e21ca0..50299a3 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -238,7 +238,6 @@
             <quiet>true</quiet>
             <additionalparam>-Xdoclint:all</additionalparam>
             <additionalparam>-Xdoclint:-missing</additionalparam>
-            <additionalparam>-proc:none</additionalparam>
           </configuration>
         </plugin>
         <plugin>