Ignore:
Timestamp:
07/11/14 15:56:05 (10 years ago)
Author:
sherbold
Message:
  • fixed POM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-uml/pom.xml

    r1602 r1605  
    115115                </configuration> 
    116116            </plugin> 
    117             <plugin> 
    118                 <artifactId>maven-assembly-plugin</artifactId> 
    119                 <version>2.2-beta-2</version> 
    120                 <configuration> 
    121                     <descriptors> 
    122                         <descriptor>src/main/assembly/config.xml</descriptor> 
    123                     </descriptors> 
    124                 </configuration> 
    125                 <executions> 
    126                     <execution> 
    127                         <id>make-assembly</id> 
    128                         <phase>package</phase> 
    129                         <goals> 
    130                             <goal>single</goal> 
    131                         </goals> 
    132                     </execution> 
    133                 </executions> 
    134             </plugin> 
    135117        </plugins> 
    136118    </build> 
Note: See TracChangeset for help on using the changeset viewer.