Hi Greg,

On 7/23/09 10:37 AM, [email protected] wrote:
Hi,
Avoiding the erxservletadaptor and wonder initialization, I just made a
project with the 2.0.17 archetype, for wo 5.3.3, no wonder, true war
support. wolips 3.4.5747 .
It seems some parameters are not defined.

You must add the filteringDeploymentDescriptors configuration to the maven-war-plugin declaration:

<plugin>
   <artifactId>maven-war-plugin</artifactId>
   <configuration>
      <filteringDeploymentDescriptors>
         true
      </filteringDeploymentDescriptors>
   </configuration>
</plugin>

This configuration comes by default in the new woapplication-servlet-archetype version 2.1-SNAPSHOT. You can try this archetype by downloading the archetype-catalog.xml at [1]. Remember the archetype was not released yet, so use it judiciously.

[1]http://maven.wocommunity.org/content/groups/public-snapshots/org/objectstyle/woproject/maven2/archetypes/2.1-SNAPSHOT/archetypes-2.1-SNAPSHOT-catalog.xml

Cheers,

Henrique
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to