Hi,
Is the archetype creating things correctly?
I just created a demo.war.warnowonder project, with the 2.0.17
archetype via m2eclipse and wo 5.3.3 and no wonder, and war support.
I get:

Now the wo components are not part of the resources that get packaged
up in the war; I can't find the Main.wo component anywhere in the war.
if one does : mvn clean package, one gets a Info.plist and Properties
and the java classes, that is all:

Also, when one creates a new component, it's java file gets put right
under src/ -- not in the component package.
the pom:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://
maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>demo.war</groupId>
<artifactId>warnowonder</artifactId>
<packaging>woapplication</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>warnowonder WebObjects Application</name>
<url>http://maven.apache.org>
This archive was generated by hypermail 2.0.0 : Thu Jul 23 2009 - 20:19:12 EDT