<?xml version="1.0" encoding="UTF-8"?>
<!--

    This work was created by participants in the DataONE project, and is
    jointly copyrighted by participating institutions in DataONE. For
    more information on DataONE, see our web site at http://dataone.org.

      Copyright ${year}

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

--><actions>
	<action>
		<actionName>CUSTOM-Client Test</actionName>
		<displayName>Client Test</displayName>
		<goals>
			<goal>test</goal>
		</goals>
	</action>
	<action>
		<actionName>CUSTOM-Client Package no tests</actionName>
		<displayName>Client Package no tests</displayName>
		<goals>
			<goal>package</goal>
		</goals>
		<properties>
			<maven.test.skip>true</maven.test.skip>
		</properties>
	</action>
	<action>
		<actionName>CUSTOM-Client Install</actionName>
		<displayName>Client Install</displayName>
		<goals>
			<goal>install</goal>
		</goals>
	</action>
	<action>
		<actionName>CUSTOM-Client Install no tests</actionName>
		<displayName>Client Install no tests</displayName>
		<goals>
			<goal>install</goal>
		</goals>
		<properties>
			<maven.test.skip>true</maven.test.skip>
		</properties>
	</action>
	<action>
            <actionName>CUSTOM-test D1ClientTest</actionName>
            <displayName>test D1ClientTest</displayName>
            <goals>
                <goal>integration-test</goal>
            </goals>
            <properties>
                <test>D1ClientTest</test>
            </properties>
        </action>
	<action>
            <actionName>CUSTOM-test PackageTest</actionName>
            <displayName>test PackageTest</displayName>
            <goals>
                <goal>integration-test</goal>
            </goals>
            <properties>
                <test>PackageTest</test>
            </properties>
        </action>
	<action>
            <actionName>CUSTOM-test CNRestURLTest</actionName>
            <displayName>test CNRestURLTest</displayName>
            <goals>
                <goal>integration-test</goal>
            </goals>
            <properties>
                <test>CNRestURLTest</test>
            </properties>
        </action>
	<action>
            <actionName>CUSTOM-test CreateData_IdentifierEncoding</actionName>
            <displayName>test CreateData_IdentifierEncoding</displayName>
            <goals>
                <goal>integration-test</goal>
            </goals>
            <properties>
                <test>testCreateData_IdentifierEncoding</test>
            </properties>
        </action>
</actions>