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/11/29 05:13:00 UTC

[jira] [Updated] (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 updated APEXCORE-798:
--------------------------------
    Description: 
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}

> 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)