The archetype webengine (java) is not taking account of the annotations 
(@WebObject for example)
------------------------------------------------------------------------------------------------

                 Key: NXIDE-29
                 URL: http://jira.nuxeo.org/browse/NXIDE-29
             Project: Nuxeo ECM IDE
          Issue Type: Bug
            Reporter: Sun Tan
            Assignee: Sun Tan


Need to add 
<!-- APT plugin for annotation preprocessing -->
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.myfaces.tobago</groupId>
        <artifactId>maven-apt-plugin</artifactId>
        <executions>
          <execution>
            <id>generate-bindings</id>
            <goals>
              <goal>execute</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <!-- end APT plugin -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to