Skip to content

Commit 5510093

Browse files
chore: remove useless plugin
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
1 parent 57624db commit 5510093

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bom

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bom/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,6 @@
3939

4040
<build>
4141
<plugins>
42-
<plugin>
43-
<groupId>org.apache.maven.plugins</groupId>
44-
<artifactId>maven-enforcer-plugin</artifactId>
45-
<executions>
46-
<execution>
47-
<id>enforce-no-snapshots</id>
48-
<goals>
49-
<goal>enforce</goal>
50-
</goals>
51-
<configuration>
52-
<rules>
53-
<requireReleaseDeps>
54-
<message>No snapshots allowed in BOM for release builds!</message>
55-
<searchTransitive>false</searchTransitive>
56-
<onlyWhenRelease>true</onlyWhenRelease>
57-
</requireReleaseDeps>
58-
</rules>
59-
<fail>true</fail>
60-
</configuration>
61-
</execution>
62-
</executions>
63-
</plugin>
64-
6542
<plugin>
6643
<groupId>org.codehaus.mojo</groupId>
6744
<artifactId>flatten-maven-plugin</artifactId>

0 commit comments

Comments
 (0)