You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/15 17:25:00 UTC

[jira] [Commented] (APEXCORE-798) Exclude log4j.properties from engine-test.jar

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

ASF GitHub Bot commented on APEXCORE-798:
-----------------------------------------

vrozov opened a new pull request #590: APEXCORE-798 Exclude log4j.properties from engine-test.jar
URL: https://github.com/apache/apex-core/pull/590
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Exclude log4j.properties from engine-test.jar
> ---------------------------------------------
>
>                 Key: APEXCORE-798
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-798
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>            Priority: Minor
>
> log4j.properties is supposed to be excluded from the engine test jar based on the 
> {code:xml}
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-jar-plugin</artifactId>
>           <version>2.4</version>
>           <configuration>
>             <useDefaultManifestFile>true</useDefaultManifestFile>
>             <archive>
>               <manifest>
>                 <addClasspath>true</addClasspath>
>                 <classpathLayoutType>repository</classpathLayoutType>
>               </manifest>
>             </archive>
>             <excludes>
>               <exclude>log4j.properties</exclude>
>             </excludes>
>           </configuration>
>         </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)