Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 42e4179

Browse files
committed
for use with graylog-project, skip the assembly build step for the jar-only plugin
1 parent 6ba1e3f commit 42e4179

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@
126126

127127
<build>
128128
<plugins>
129+
<plugin>
130+
<artifactId>maven-assembly-plugin</artifactId>
131+
<version>2.6</version>
132+
<configuration>
133+
<skipAssembly>true</skipAssembly>
134+
</configuration>
135+
</plugin>
129136
<plugin>
130137
<groupId>org.apache.maven.plugins</groupId>
131138
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)