[forge-issues] [JBoss JIRA] (FORGE-437) MavenWebResourceFacet does not add VERSION for maven-war-plugin

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Jan 18 10:36:20 EST 2012


Lincoln Baxter III created FORGE-437:
----------------------------------------

             Summary: MavenWebResourceFacet does not add VERSION for maven-war-plugin
                 Key: FORGE-437
                 URL: https://issues.jboss.org/browse/FORGE-437
             Project: Forge
          Issue Type: Bug
          Components: Maven Integration
    Affects Versions: 1.0.0.Beta5
            Reporter: Lincoln Baxter III
             Fix For: 1.0.0.CR1


{code}
  <build>
    <finalName>example</finalName>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-war-plugin</artifactId>
        <extensions>false</extensions>
        <configuration>
          <failOnMissingWebXml>false</failOnMissingWebXml>
        </configuration>
      </plugin>
    </plugins>
  </build>{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

        


More information about the forge-issues mailing list