Do you have the apt plugin specified in your pom?

You need to have this in your pom :


  <build>
    <plugins>
...
      <!-- APT plugin for annotation preprocessing -->
      <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>
      <!-- end APT plugin -->
...
    </plugins>
  </build>


Bogdan


On 16 sept. 09, at 22:29, Bruce Grant wrote:

Is this a bug? When I add webengine nature to a nuxeo project in Eclipse the web-types file get generated properly and contains all necessary object definitions. I havent identified all the circumstances, but it appears that the web-types file doesnt automatically get re-generated as required even with an mvn clean install. I find i have to disable the webengine, then remove it, and then re-add it, at which point the web-types file is re-generated.

Cheers,
Bruce.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to