aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/distribution
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-09-18 12:23:42 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-09-18 12:23:42 -0400
commitd39d85bd6fc7ad50747c910758815f8600bab444 (patch)
treea8a7a3954bd0a589795f88c8e52fd52eda98d559 /ms/blueprintsprocessor/distribution
parent7f48f7ffe672a307a931465b33a964482593d345 (diff)
Optimizing Imports and Formatting code
No Business logic change, no code change.. just optimizing imports and reformatting code Issue-ID: CCSDK-1744 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I1fb2ed10525a6f392f3c0d963c2ed03cfe8dec7e
Diffstat (limited to 'ms/blueprintsprocessor/distribution')
-rwxr-xr-xms/blueprintsprocessor/distribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/distribution/pom.xml b/ms/blueprintsprocessor/distribution/pom.xml
index bbf9239d8..884d76a66 100755
--- a/ms/blueprintsprocessor/distribution/pom.xml
+++ b/ms/blueprintsprocessor/distribution/pom.xml
@@ -84,7 +84,7 @@
<phase>package</phase>
<configuration>
<tasks>
- <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source" />
+ <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source"/>
</tasks>
</configuration>
<goals>