Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-2878

Install Struts2 sources by default

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.3
    • None
    • None
    • Patch

    Description

      Add the following to pom.xml:

      <plugin>
      <inherited>true</inherited>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-source-plugin</artifactId>
      <executions>
      <execution>
      <id>attach-sources</id>
      <goals>
      <goal>jar</goal>
      </goals>
      </execution>
      </executions>
      </plugin>

      Attachments

        Activity

          People

            Unassigned Unassigned
            pathos Mathias Bogaert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: