aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/pom.xml')
-rw-r--r--vid-webpack-master/pom.xml37
1 files changed, 16 insertions, 21 deletions
diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml
index 62d883d41..b4445dd04 100644
--- a/vid-webpack-master/pom.xml
+++ b/vid-webpack-master/pom.xml
@@ -16,10 +16,6 @@
<properties>
<encoding>UTF-8</encoding>
- <!--<epsdk.version>1.3.0</epsdk.version>-->
- <!--<springframework.version>4.2.0.RELEASE</springframework.version>-->
- <!--<hibernate.version>4.3.11.Final</hibernate.version>-->
- <!--<jackson.version>2.6.3</jackson.version>-->
<!-- Skip assembling the zip by default -->
<skipassembly>true</skipassembly>
<!-- Tests usually require some setup that maven cannot do, so skip. -->
@@ -57,23 +53,25 @@
</repositories>
<distributionManagement>
- <repository>
- <id>ecomp-releases</id>
- <name>VID Release Repository</name>
- <url>${nexusproxy}/${releaseNexusPath}</url>
- </repository>
- <snapshotRepository>
- <id>ecomp-snapshots</id>
- <name>VID Snapshot Repository</name>
- <url>${nexusproxy}/${snapshotNexusPath}</url>
- </snapshotRepository>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>VID Release Repository</name>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>VID Snapshot Repository</name>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
+ </snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>if-not-webpack</id>
- <activation><activeByDefault>true</activeByDefault></activation>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<plugins>
<plugin>
@@ -86,9 +84,10 @@
<phase>validate</phase>
<configuration>
<target>
- <mkdir dir="${project.basedir}/dist/" />
+ <mkdir dir="${project.basedir}/dist/"/>
<echo file="${project.basedir}/dist/NO-WEBPACK.txt" append="false">
- Note: 'webpack' profile was not selected while mvn build. This 'dist' folder was created to make the war creation through.
+ Note: 'webpack' profile was not selected while mvn build. This 'dist' folder was created to make
+ the war creation through.
</echo>
</target>
</configuration>
@@ -255,11 +254,7 @@
</plugin>
</plugins>
-
-
</build>
-
<dependencies>
</dependencies>
-
</project>