diff options
author | 2017-05-16 16:57:48 -0400 | |
---|---|---|
committer | 2017-05-16 16:58:11 -0400 | |
commit | b378c3fc9acdea169f41eec2d08e52ae78f5e3b1 (patch) | |
tree | 49fc2b6c53718e1d00570369264ecfb2bab522bb | |
parent | 3ed21bab1db09d8f014813feda3fc94e531c1d70 (diff) |
[SDNC-3] Fix site plugin config
Remove site plugin config from dblib, filters - use values from rootpom
Change-Id: Ia2b6b293aeb6d9a24d21ed82ae4f5b3d86816c6c
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | dblib/pom.xml | 12 | ||||
-rw-r--r-- | filters/pom.xml | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dblib/pom.xml b/dblib/pom.xml index 73f0af7..3ca9236 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -59,18 +59,6 @@ <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> <version>${maven.compile.plugin.version}</version> <configuration> diff --git a/filters/pom.xml b/filters/pom.xml index 01d32bf..52d6453 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -25,18 +25,6 @@ <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> <version>${maven.compile.plugin.version}</version> <configuration> |