source: CQIClient/nbactions-release-profile.xml @ 2777

Last change on this file since 2777 was 2777, checked in by akislev, 11 years ago

fixed buffer indexing

File size: 352 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<actions>
3        <action>
4            <actionName>rebuild</actionName>
5            <goals>
6                <goal>clean</goal>
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.