diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-11 16:07:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-11 16:07:32 +0000 |
commit | 8e97a15510366a8348e60aeae367f5c75cf82aac (patch) | |
tree | baa77d80d9eb278dd0ffbe5350fecd66e1850246 /deployment-configs/pom.xml | |
parent | cc243a6656540f9c2c1c204cec3797429c41fb41 (diff) | |
parent | c0247ec48aaa2fefb6a2c065d18b27d7c65e94ff (diff) |
Merge "corrected inlucde filter for formatter"
Diffstat (limited to 'deployment-configs/pom.xml')
-rw-r--r-- | deployment-configs/pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/deployment-configs/pom.xml b/deployment-configs/pom.xml index 704ca4e4a8..6935a15955 100644 --- a/deployment-configs/pom.xml +++ b/deployment-configs/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.so</groupId> @@ -15,16 +15,16 @@ </properties> <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <nonFilteredFileExtensions> - <nonFilteredFileExtension>jks</nonFilteredFileExtension> - </nonFilteredFileExtensions> - </configuration> - </plugin> - </plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <configuration> + <nonFilteredFileExtensions> + <nonFilteredFileExtension>jks</nonFilteredFileExtension> + </nonFilteredFileExtensions> + </configuration> + </plugin> + </plugins> </build> <dependencies> <dependency> |