Skip to content

Commit

Permalink
* Excluding log4j2 config so it does not conflict with projects that …
Browse files Browse the repository at this point in the history
…depend on jOpt
  • Loading branch information
islerfab committed May 18, 2018
1 parent 73d4825 commit 39af5fe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.harvard.eecs</groupId>
<artifactId>jopt</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>jar</packaging>

<name>Java Optimization</name>
Expand Down Expand Up @@ -34,6 +34,16 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<excludes>
<exclude>**/log4j2.xml</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 39af5fe

Please sign in to comment.