changeset 2616:3572e808e4cf

[PATCH] fix broken build by removing unused plugin attach-artificats plugin isn't used by our build and causes it to fail; this patch removes it.
author Simon Tooke <stooke@redhat.com>
date Thu, 09 Mar 2017 13:36:40 -0500
parents 0b3fa9e30e84
children f06bab050620
files common/portability/pom.xml
diffstat 1 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/common/portability/pom.xml	Thu Mar 09 16:56:39 2017 +0100
+++ b/common/portability/pom.xml	Thu Mar 09 13:36:40 2017 -0500
@@ -161,28 +161,6 @@
             </plugin>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-artifacts</id>
-                        <phase>test-compile</phase>
-                        <goals>
-                            <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                            <artifacts>
-                                <artifact>
-                                    <file>${project.build.directory}/${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix}</file>
-                                    <classifier>shared-library</classifier>
-                                </artifact>
-                            </artifacts>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>