You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (JIRA)" <ji...@apache.org> on 2012/05/02 22:04:49 UTC

[jira] [Commented] (SOLR-3431) Make dist-war-excl-slf4j target available in the Maven repository

    [ https://issues.apache.org/jira/browse/SOLR-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266868#comment-13266868 ] 

Steven Rowe commented on SOLR-3431:
-----------------------------------

Neil,

Would a profile that excludes slf4j-jdk14.jar work for you?  Then you'd build a .war using:

{noformat}
mvn -P buh-bye-slf4j package
{noformat}
                
> Make dist-war-excl-slf4j target available in the Maven repository
> -----------------------------------------------------------------
>
>                 Key: SOLR-3431
>                 URL: https://issues.apache.org/jira/browse/SOLR-3431
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Neil Hooey
>            Priority: Minor
>              Labels: maven, slf4j
>
> Since SOLR-2487 was closed, a new build target {{dist-war-excl-slf4j}} was created for the Ant build, but this war file isn't in Maven yet.
> Users who want to build a Solr war with Maven and without slf4j included have to expand the war file and delete the {{WEB-INF/lib/slf4j-jdk14-1.6.4.jar}} file.
> With this target in Maven, expanding the war won't be necessary.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org