Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-196

Source jars not being attached on maven build

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.0.2.GA
    • 1.0.1.GA
    • None
    • None

      There are no source jars in the maven repository, they are not being attached during the install. The source plugin is defined in the pluginManagement section of the parent pom resteasy-jaxrs-all, but not in the plugins section. Putting the following in the plugins section should attach the sources for all projects:

      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-source-plugin</artifactId>
      </plugin>

            patriot1burke@gmail.com Bill Burke (Inactive)
            so38_jira Scott Olcott (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: