Skip to content

Commit

Permalink
Fixed patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoultas committed Apr 8, 2022
1 parent 5af66af commit 92c79fc
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions artifacts/configs/mph-table/mph-table.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,6 @@ index 65f0f80..508b290 100644
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.3.0</version>
+
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.2.0</version>
+ <executions>
Expand Down

0 comments on commit 92c79fc

Please sign in to comment.