Skip to content
Snippets Groups Projects
Commit e6488b10 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

license header will now be added/updated on every maven exection

parent dd96c15d
No related branches found
No related tags found
No related merge requests found
......@@ -299,13 +299,14 @@
<include>**/*.java</include>
</includes>
</configuration>
<!-- <executions> -->
<!-- <execution> -->
<!-- <goals> -->
<!-- <goal>check</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment