[jboss-jira] [JBoss JIRA] (DROOLS-504) Example project Maven configuration incomplete: plugin repository not configured

Peter Horvath (JIRA) issues at jboss.org
Tue May 27 04:03:56 EDT 2014


Peter Horvath created DROOLS-504:
------------------------------------

             Summary: Example project Maven configuration incomplete: plugin repository not configured
                 Key: DROOLS-504
                 URL: https://issues.jboss.org/browse/DROOLS-504
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.0.1.Final
            Reporter: Peter Horvath
            Assignee: Mark Proctor


Drools Example project uses JBoss dependencies both for libraries and Maven plugins. The JBoss repository is configured within the pom.xml  _so the examples sources in the distribution zip build out-of-the-box with maven_. The same has not been done for the *pluginRepository*, as a result, Maven build fails as it cannot download JBoss plugins.  

Please add the necessary configuration to the example projects so that it really can be built out-of-the-box. 

{code:xml}
<pluginRepositories>
	<pluginRepository>
		<id>jboss-public-repository-group</id>
		<name>JBoss Public Repository Group</name>
		<url>http://repository.jboss.org/nexus/content/groups/public/</url>
		<releases>
			<enabled>true</enabled>
		</releases>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</pluginRepository>
</pluginRepositories>
{code}



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list