mirror of https://github.com/apache/maven.git
o Partially reverted r734246 and re-added a non-core dependency to restore original plugin behavior with regard to the extension manager
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2c7b5921b
commit
ef13ff926e
|
@ -47,5 +47,16 @@ under the License.
|
|||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--
|
||||
NOTE: This is a dummy dependency whose contents doesn't matter. All that matters is that the plugin has at least
|
||||
one dependency that is not excluded by the artifact filter of the core. This makes our IT plugin more closely
|
||||
resemble a real-world plugin and in particular makes sure the extension manager does not consider the plugin
|
||||
artifact as a standalone resource package. This subtle difference is crucial to reproduce MNG-2831.
|
||||
-->
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue