[
https://issues.jboss.org/browse/SHRINKWRAP-375?page=com.atlassian.jira.pl...
]
Andrew Rubinger updated SHRINKWRAP-375:
---------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
https://github.com/ALRubinger/resolver/commit/d171bd36f594d72b81ad36fdddc...
Pull request to be applied to upstream/next
Plugin (Environment) Integration depends upon a settings.xml file to
exist
--------------------------------------------------------------------------
Key: SHRINKWRAP-375
URL:
https://issues.jboss.org/browse/SHRINKWRAP-375
Project: ShrinkWrap
Issue Type: Bug
Reporter: Andrew Rubinger
Assignee: Karel Piwko
If no ~/.m2/settings.xml is present on the user's environment, the following error is
encountered:
{code}java.lang.IllegalArgumentException: Settings.xml file /home/alr/.m2/settings.xml
does not represent a readable file
at org.jboss.shrinkwrap.resolver.api.maven.Validate.isReadable(Validate.java:98)
at
org.jboss.shrinkwrap.resolver.api.maven.MavenConfigurationTypes$2.configure(MavenConfigurationTypes.java:77)
at
org.jboss.shrinkwrap.resolver.api.maven.MavenConfigurationTypes$2.configure(MavenConfigurationTypes.java:32)
at
org.jboss.shrinkwrap.resolver.impl.maven.MavenDependencyResolverImpl.configureFrom(MavenDependencyResolverImpl.java:31)
at
org.jboss.shrinkwrap.resolver.impl.maven.PluginIntegrationTestCase.loadCurrentProject(PluginIntegrationTestCase.java:26){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira