aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorda490c <dave.adams@amdocs.com>2018-06-12 23:11:15 -0400
committerda490c <dave.adams@amdocs.com>2018-06-12 23:54:25 -0400
commit72da66902a3efaff3068ed2b3f4f7eb3bb5fe43f (patch)
tree9cfacefcb3543589bff774f9f40cc7fd548e8430 /pom.xml
parent7753d7e90f5d91b143043a642e90dd30806da2ba (diff)
Fix Spike Event Processing with Common Format
Issue-ID: AAI-1215 Change-Id: Ic6b575e9194d00cc0da9229cdb532869357e37e5 Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 20 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 297ee8d..917a635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,11 +307,26 @@ limitations under the License.
</plugin>
<!-- license plugin -->
<!-- Uncomment this to add a license header to every source file
- <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId>
- <version>3.0</version> <configuration> <header>License.txt</header> <includes>
- <include>src/main/java/**</include> <include>src/test/java/**</include> </includes>
- </configuration> <executions> <execution> <goals> <goal>format</goal> </goals>
- <phase>process-sources</phase> </execution> </executions> </plugin> -->
+ <plugin>
+ <groupId>com.mycila</groupId>
+ <artifactId>license-maven-plugin</artifactId>
+ <version>3.0</version>
+ <configuration>
+ <header>License.txt</header>
+ <includes>
+ <include>src/main/java/**</include>
+ <include>src/test/java/**</include>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ <phase>process-sources</phase>
+ </execution>
+ </executions>
+ </plugin> -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>