[
https://issues.jboss.org/browse/SHRINKRES-64?page=com.atlassian.jira.plug...
]
Karel Piwko updated SHRINKRES-64:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
https://github.com/shrinkwrap/resolver/pull/20
Added a pull request which should solve the issue.
Note: Invoker plugin prepares a local repository. This needs to access internet and thus
plugin tests take ~ 1 minute. If we want to reduce the time, we can move invoker execution
into separate profile and execute it only in CI builds.
Fix cyclic dependency in
PluginIntegrationTestCase.strictlyLoadTestDependencies
-------------------------------------------------------------------------------
Key: SHRINKRES-64
URL:
https://issues.jboss.org/browse/SHRINKRES-64
Project: ShrinkWrap Resolvers
Issue Type: Feature Request
Affects Versions: 2.0.0-alpha-2
Reporter: Andrew Rubinger
Assignee: Karel Piwko
Fix For: 2.0.0-alpha-5
This test will attempt to load *current* versions, which are not in place during a
release:
{code}$ ls -l
/home/alr/.m2/repository/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven/2.0.0-alpha-2/
total 12
-rw-rw-r-- 1 alr alr 164 2012-09-13 00:01 m2e-lastUpdated.properties
-rw-rw-r-- 1 alr alr 235 2012-09-13 00:01
shrinkwrap-resolver-api-maven-2.0.0-alpha-2.jar.lastUpdated
-rw-rw-r-- 1 alr alr 235 2012-09-13 00:01
shrinkwrap-resolver-api-maven-2.0.0-alpha-2.pom.lastUpdated{code}
For now the test will be @Ignore'd
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira