pom.xml cleanup
[vid.git] / vid-webpack-master / pom.xml
index 62d883d..b4445dd 100644 (file)
 
   <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. -->
   </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>
                 <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>
       </plugin>
 
     </plugins>
-
-
   </build>
-
   <dependencies>
   </dependencies>
-
 </project>