Changeset 3039 for DataCleaner


Ignore:
Timestamp:
01/16/12 12:09:25 (4 months ago)
Author:
kasper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DataCleaner/trunk/packaging/pom.xml

    r3037 r3039  
    206206                        <build> 
    207207                                <plugins> 
    208                                         <plugin> 
    209                                                 <!-- Assembly which creates the zip and tar.gz distributables --> 
    210                                                 <groupId>org.apache.maven.plugins</groupId> 
    211                                                 <artifactId>maven-assembly-plugin</artifactId> 
    212                                                 <version>2.2</version> 
    213                                                 <configuration> 
    214                                                         <descriptors> 
    215                                                                 <descriptor>src/main/assembly/windows.xml</descriptor> 
    216                                                         </descriptors> 
    217                                                 </configuration> 
    218                                                 <executions> 
    219                                                         <execution> 
    220                                                                 <phase>verify</phase> 
    221                                                                 <goals> 
    222                                                                         <goal>single</goal> 
    223                                                                 </goals> 
    224                                                         </execution> 
    225                                                 </executions> 
    226                                         </plugin> 
    227208                                        <plugin> 
    228209                                                <!-- Create win32 executable --> 
     
    287268                                                </executions> 
    288269                                        </plugin> 
     270                                        <plugin> 
     271                                                <!-- Assembly which creates the zip and tar.gz distributables --> 
     272                                                <groupId>org.apache.maven.plugins</groupId> 
     273                                                <artifactId>maven-assembly-plugin</artifactId> 
     274                                                <version>2.2</version> 
     275                                                <configuration> 
     276                                                        <descriptors> 
     277                                                                <descriptor>src/main/assembly/windows.xml</descriptor> 
     278                                                        </descriptors> 
     279                                                </configuration> 
     280                                                <executions> 
     281                                                        <execution> 
     282                                                                <phase>verify</phase> 
     283                                                                <goals> 
     284                                                                        <goal>single</goal> 
     285                                                                </goals> 
     286                                                        </execution> 
     287                                                </executions> 
     288                                        </plugin> 
    289289                                </plugins> 
    290290                        </build> 
Note: See TracChangeset for help on using the changeset viewer.