Changeset 4749


Ignore:
Timestamp:
03/18/14 15:53:15 (11 years ago)
Author:
Twan Goosen
Message:

Removed obsolete assembly plugin + descriptor from web app

Location:
vlo/branches/vlo-3.0/vlo-web-app
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/pom.xml

    r4744 r4749  
    224224            </plugin>
    225225            <plugin>
    226                 <artifactId>maven-assembly-plugin</artifactId>
    227                 <version>2.3</version>
    228                 <configuration>
    229                     <descriptors>
    230                         <descriptor>src/main/assembly/buildwar.xml</descriptor>
    231                     </descriptors>
    232                 </configuration>
    233                 <executions>
    234                     <execution>
    235                         <id>make-assemblyJ</id>
    236                         <phase>package</phase>
    237                         <goals>
    238                             <goal>single</goal>
    239                         </goals>
    240                     </execution>
    241                 </executions>
    242             </plugin>
    243             <plugin>
    244226                <groupId>com.google.code.maven-svn-revision-number-plugin</groupId>
    245227                <artifactId>svn-revision-number-maven-plugin</artifactId>
Note: See TracChangeset for help on using the changeset viewer.