1.1 --- a/nbactions.xml Tue Oct 27 23:02:41 2009 +0100
1.2 +++ b/nbactions.xml Tue Oct 27 23:06:58 2009 +0100
1.3 @@ -11,4 +11,14 @@
1.4 <skipTests>true</skipTests>
1.5 </properties>
1.6 </action>
1.7 + <action>
1.8 + <actionName>CUSTOM-install offline notests</actionName>
1.9 + <displayName>install offline notests</displayName>
1.10 + <goals>
1.11 + <goal>install</goal>
1.12 + </goals>
1.13 + <properties>
1.14 + <maven.test.skip>true</maven.test.skip>
1.15 + </properties>
1.16 + </action>
1.17 </actions>