blob: 9c6144ce9149c1f4fe8767e5c314b841e1a898bd [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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
https://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.
-->
<!--
This ivy configuration is used with org.apache.ivy.core.publish.PublishEventsTest, to unit test basic features
of the PublishEngine.
-->
<ivysettings>
<!-- we define a special resolver that interacts with PublishEventsTest -->
<typedef name="publish-events-test" classname="org.apache.ivy.core.publish.PublishEventsTest$InstrumentedResolver"/>
<!-- we define triggers to test the behavior of pre- and post-publish events -->
<typedef name="pre-publish-test" classname="org.apache.ivy.core.publish.PublishEventsTest$PrePublishTrigger"/>
<typedef name="post-publish-test" classname="org.apache.ivy.core.publish.PublishEventsTest$PostPublishTrigger"/>
<triggers>
<pre-publish-test event="pre-publish-artifact"/>
<post-publish-test event="post-publish-artifact"/>
</triggers>
<resolvers>
<publish-events-test name="default"/>
</resolvers>
</ivysettings>