Revert "add builder helper to handle compile errors in velocity version template plugin"

This reverts commit 414f29e99c.
This commit is contained in:
mohammed jasem alaajel 2022-07-16 00:37:47 +04:00
parent 414f29e99c
commit a8b369dde3
1 changed files with 0 additions and 19 deletions

View File

@ -30,25 +30,6 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/main/newsrc/</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>templating-maven-plugin</artifactId>