source: vlo/trunk/nbactions.xml @ 6814

Last change on this file since 6814 was 4322, checked in by twagoo, 10 years ago

Created a branch for vlo-3.0

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.