OSDN Git Service

update shade plugin to 3.0.0
authorOlyutorskii <olyutorskii@users.osdn.me>
Mon, 10 Apr 2017 13:03:41 +0000 (22:03 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Mon, 10 Apr 2017 13:03:41 +0000 (22:03 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index 9edebca..1d22aa8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <site.locales>en</site.locales>
         <javadoc.locale>en</javadoc.locale>
         <findbugs.jvmArgs>-Duser.language=en</findbugs.jvmArgs>
-        <project.mainconf>${project.basedir}/src/main/config</project.mainconf>
 
         <jacoco-plugin.version>0.7.9</jacoco-plugin.version>
 
         <checkstyle-plugin.version>2.17</checkstyle-plugin.version>
         <checkstyleruntime.version>6.19</checkstyleruntime.version>
+        <project.mainconf>${project.basedir}/src/main/config</project.mainconf>
         <checkstyle.config.location>${project.mainconf}/checks.xml</checkstyle.config.location>
         <checkstyle.enable.rss>false</checkstyle.enable.rss>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
                         </goals>
                         <configuration>
                             <createDependencyReducedPom>false</createDependencyReducedPom>
-                            <artifactSet>
-                                <includes>
-                                    <include>jp.sourceforge.jindolf:jincore</include>
-                                    <include>jp.sourceforge.jindolf:jinparser</include>
-                                </includes>
-                                <excludes>
-                                    <exclude>junit:junit</exclude>
-                                </excludes>
-                            </artifactSet>
                         </configuration>
                     </execution>
                 </executions>