Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-504

Example project Maven configuration incomplete: plugin repository not configured

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 6.0.1.Final
    • None
    • None
    • Hide

      Attempt building with a vanilla Maven configuration: build fails as JBoss plugins are not found.

      Show
      Attempt building with a vanilla Maven configuration: build fails as JBoss plugins are not found.

    Description

      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.

      <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>
      

      Attachments

        Activity

          People

            mproctor@redhat.com Mark Proctor
            h.peter Peter Horvath (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: