-
Bug
-
Resolution: Done
-
Major
-
1.3.3.Final
-
None
Similar to FORGE-103, the web root directory is hard coded to src/main/webapp in https://github.com/forge/core/blob/c178b19bbae655b04648be21e2a368a5e57cf7d3/project-model-maven/src/main/java/org/jboss/forge/maven/facets/MavenWebResourceFacet.java#L48
An eclipse project converted to maven uses WebContent as <warSourceDirectory> :
<plugin> <artifactId>maven-war-plugin</artifactId> <version>2.4</version> <configuration> <warSourceDirectory>WebContent</warSourceDirectory> <failOnMissingWebXml>false</failOnMissingWebXml> </configuration> </plugin>
Scaffolding UI from entities generates resources under src/main/webapp.
- relates to
-
FORGE-1013 Java resource path is hard-coded to src/main/resources
- Closed