...
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
It should be done, but...
to the pom.xml file, so your war will have no components; you should add these lines. Also, it does not add a necessary WebObjects 5.3 dependency and, if using Wonder, the ERServlet.jar:
So, you may need to add that. In addition, the archetype generated Info.plist needs fixing, as does the web.xml in the WEB-INF folder. There are values in these files like ${project.artifactId}, but for now, you must manually replace those values with actual values, e.g, MyProject. These probably will be fixed in the next release of plugins, but for now, watch this space, as there may be additional |
...