[
https://issues.apache.org/jira/browse/SOLR-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162293#comment-13162293
]
Steven Rowe commented on SOLR-2945:
-----------------------------------
Simple patch:
{code:xml}
--- lucene/common-build.xml (revision 1210051)
+++ lucene/common-build.xml (working copy)
@@ -1047,6 +1047,7 @@
<fileset dir="@{artifacts.dir}">
<include name="**/*.jar"/>
+ <include name="**/*.war"/>
<include name="**/*.zip"/>
<include name="**/*.tgz"/>
<include name="**/*.pom"/>
{code}
Committing shortly.
> Solr war maven artifact is not signed by 'ant sign-artifacts'
> -------------------------------------------------------------
>
> Key: SOLR-2945
> URL: https://issues.apache.org/jira/browse/SOLR-2945
> Project: Solr
> Issue Type: Bug
> Components: Build
> Affects Versions: 3.4, 3.5
> Reporter: Steven Rowe
> Assignee: Steven Rowe
>
> Because {{*.war}} is not included in the set of patterns of artifacts to be
> signed in {{sign-artifacts-macro}} in {{lucene/common-build.xml}}, the
> {{solr-X.Y.Z.war}} maven artifact isn't being signed by {{ant
> sign-artifacts}} when run under {{solr/}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]