source: vlo/branches/to-wicket-1.6/nbactions.xml @ 4199

Last change on this file since 4199 was 4199, checked in by keeloo, 10 years ago
File size: 393 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<actions>
3        <action>
4            <actionName>CUSTOM-build - skip tests</actionName>
5            <displayName>build - skip tests</displayName>
6            <goals>
7                <goal>install</goal>
8            </goals>
9            <properties>
10                <skipTests>true</skipTests>
11            </properties>
12        </action>
13    </actions>
Note: See TracBrowser for help on using the repository browser.