Skip to content

Commit fbeba80

Browse files
committed
build: remove vestigial SMC configuration from pom.xml files
Motivation: Remove vestigial SMC cruft from `pom.xml` files where it is no longer needed. Modification: Remove unwanted SMC config stanzas from: - modules/acl-vehicles/pom.xml - modules/dcache-nearline-spi/pom.xml - modules/dcache-srm/pom.xml - modules/dcache-vehicles/pom.xml Result: Improvement in maintenability and clarity. Target: master Require-notes: NO Require-book: NO Acked-by: Tigran Mkrtchyan
1 parent 5d54e52 commit fbeba80

File tree

4 files changed

+0
-60
lines changed

4 files changed

+0
-60
lines changed

modules/acl-vehicles/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,6 @@
5353
<ignore />
5454
</action>
5555
</pluginExecution>
56-
<pluginExecution>
57-
<pluginExecutionFilter>
58-
<groupId>org.codehaus.mojo</groupId>
59-
<artifactId>smc-maven-plugin</artifactId>
60-
<versionRange>[1.0-alpha-1,)</versionRange>
61-
<goals>
62-
<goal>smc</goal>
63-
</goals>
64-
</pluginExecutionFilter>
65-
<action>
66-
<execute>
67-
<runOnIncremental>false</runOnIncremental>
68-
</execute>
69-
</action>
70-
</pluginExecution>
7156
</pluginExecutions>
7257
</lifecycleMappingMetadata>
7358
</configuration>

modules/dcache-nearline-spi/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,6 @@
6464
<ignore />
6565
</action>
6666
</pluginExecution>
67-
<pluginExecution>
68-
<pluginExecutionFilter>
69-
<groupId>org.codehaus.mojo</groupId>
70-
<artifactId>smc-maven-plugin</artifactId>
71-
<versionRange>[1.0-alpha-1,)</versionRange>
72-
<goals>
73-
<goal>smc</goal>
74-
</goals>
75-
</pluginExecutionFilter>
76-
<action>
77-
<execute>
78-
<runOnIncremental>false</runOnIncremental>
79-
</execute>
80-
</action>
81-
</pluginExecution>
8267
</pluginExecutions>
8368
</lifecycleMappingMetadata>
8469
</configuration>

modules/dcache-srm/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,6 @@
6868
<ignore />
6969
</action>
7070
</pluginExecution>
71-
<pluginExecution>
72-
<pluginExecutionFilter>
73-
<groupId>org.codehaus.mojo</groupId>
74-
<artifactId>smc-maven-plugin</artifactId>
75-
<versionRange>[1.0-alpha-1,)</versionRange>
76-
<goals>
77-
<goal>smc</goal>
78-
</goals>
79-
</pluginExecutionFilter>
80-
<action>
81-
<execute>
82-
<runOnIncremental>false</runOnIncremental>
83-
</execute>
84-
</action>
85-
</pluginExecution>
8671
</pluginExecutions>
8772
</lifecycleMappingMetadata>
8873
</configuration>

modules/dcache-vehicles/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@
7777
<ignore />
7878
</action>
7979
</pluginExecution>
80-
<pluginExecution>
81-
<pluginExecutionFilter>
82-
<groupId>org.codehaus.mojo</groupId>
83-
<artifactId>smc-maven-plugin</artifactId>
84-
<versionRange>[1.0-alpha-1,)</versionRange>
85-
<goals>
86-
<goal>smc</goal>
87-
</goals>
88-
</pluginExecutionFilter>
89-
<action>
90-
<execute>
91-
<runOnIncremental>false</runOnIncremental>
92-
</execute>
93-
</action>
94-
</pluginExecution>
9580
</pluginExecutions>
9681
</lifecycleMappingMetadata>
9782
</configuration>

0 commit comments

Comments
 (0)