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

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

     [ https://issues.apache.org/jira/browse/APEXCORE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlad Rozov resolved APEXCORE-798.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.7.0

> 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
>             Fix For: 3.7.0
>
>
> 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)