Skip to content

Commit

Permalink
Poshing.
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeihan committed Jul 26, 2020
1 parent ac477eb commit a982302
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,6 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<executions>
<!-- Run shade goal on package phase -->
<execution>
<phase>install</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<excludes>
<exclude>org.projectlombok:lombok</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<!-- Do not copy the signatures in the META-INF folder.
Otherwise, this might cause SecurityExceptions when using the JAR. -->
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>application.properties</exclude>
</excludes>
</filter>
</filters>
<!--<minimizeJar>true</minimizeJar>-->
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -92,7 +56,6 @@
<Agent-Class>fun.codec.friday.agent.BootStrap</Agent-Class>
<Can-Redefine-Classes>true</Can-Redefine-Classes>
<Can-Retransform-Classes>true</Can-Retransform-Classes>
<Pinpoint-Version>${project.version}</Pinpoint-Version>
<Boot-Class-Path>${project.build.finalName}.jar</Boot-Class-Path>
<Permissions>all-permissions</Permissions>
</manifestEntries>
Expand Down

0 comments on commit a982302

Please sign in to comment.