Skip to content

Commit 98a2cf3

Browse files
committed
remove command line utils from greengrass pom
1 parent 8f9aed7 commit 98a2cf3

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

samples/Greengrass/Discovery/pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,5 @@
3838
</dependencies>
3939
</profile>
4040
</profiles>
41-
<build>
42-
<plugins>
43-
<plugin>
44-
<groupId>org.codehaus.mojo</groupId>
45-
<artifactId>build-helper-maven-plugin</artifactId>
46-
<version>3.2.0</version>
47-
<executions>
48-
<execution>
49-
<id>add-source</id>
50-
<phase>generate-sources</phase>
51-
<goals>
52-
<goal>add-source</goal>
53-
</goals>
54-
<configuration>
55-
<sources>
56-
<source>../Utils/CommandLineUtils</source>
57-
</sources>
58-
</configuration>
59-
</execution>
60-
</executions>
61-
</plugin>
62-
</plugins>
63-
</build>
41+
6442
</project>

samples/greengrass/discovery/pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,5 @@
3838
</dependencies>
3939
</profile>
4040
</profiles>
41-
<build>
42-
<plugins>
43-
<plugin>
44-
<groupId>org.codehaus.mojo</groupId>
45-
<artifactId>build-helper-maven-plugin</artifactId>
46-
<version>3.2.0</version>
47-
<executions>
48-
<execution>
49-
<id>add-source</id>
50-
<phase>generate-sources</phase>
51-
<goals>
52-
<goal>add-source</goal>
53-
</goals>
54-
<configuration>
55-
<sources>
56-
<source>../Utils/CommandLineUtils</source>
57-
</sources>
58-
</configuration>
59-
</execution>
60-
</executions>
61-
</plugin>
62-
</plugins>
63-
</build>
41+
6442
</project>

0 commit comments

Comments
 (0)