[SDNC-3] Fix site plugin config 61/4261/1
authorDan Timoney <dtimoney@att.com>
Tue, 16 May 2017 20:57:48 +0000 (16:57 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 16 May 2017 20:58:11 +0000 (16:58 -0400)
Remove site plugin config from dblib, filters - use values from rootpom

Change-Id: Ia2b6b293aeb6d9a24d21ed82ae4f5b3d86816c6c
Signed-off-by: Dan Timoney <dtimoney@att.com>
dblib/pom.xml
filters/pom.xml

index 73f0af7..3ca9236 100755 (executable)
 
         <pluginManagement>
             <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.4</version>
-                    <dependencies>
-                        <dependency><!-- add support for ssh/scp -->
-                            <groupId>org.apache.maven.wagon</groupId>
-                            <artifactId>wagon-ssh</artifactId>
-                            <version>1.0</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
index 01d32bf..52d6453 100644 (file)
     <build>
         <pluginManagement>
             <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.4</version>
-                    <dependencies>
-                        <dependency><!-- add support for ssh/scp -->
-                            <groupId>org.apache.maven.wagon</groupId>
-                            <artifactId>wagon-ssh</artifactId>
-                            <version>1.0</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>