Andrew Onishuk
11 лет назад
Родитель
Сommit
dc5a2e96ef
|
@@ -70,6 +70,23 @@
|
|
|
</descriptors>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.vafer</groupId>
|
|
|
+ <artifactId>jdeb</artifactId>
|
|
|
+ <version>1.0.1</version>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <phase>none</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>jdeb</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ <configuration>
|
|
|
+ <skip>true</skip>
|
|
|
+ <submodules>false</submodules>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project>
|