Hey all,
Regarding Maven-1.0-rc2 (binary install) on Win2000, I have the following in my 
project.xml:

==snip==
        <dependency>
                <groupId>MYPROJECT</groupId>
                <artifactId>MYEJBSESSION</artifactId>
                <version>${pom.currentVersion}</version>
                <type>ejb</type>
                <properties>
                        <ear.bundle>true</ear.bundle>
                </properties> 
        </dependency> 
        <dependency>
                <groupId>MYPROJECT</groupId>
                <artifactId>MYEJBSESSION</artifactId>
                <version>${pom.currentVersion}</version>
                <type>wsr</type>
                <properties>
                        <ear.bundle>true</ear.bundle>
                </properties> 
        </dependency> 
==end snip==

the <type>wsr</type> is a Jboss WebService aRchive.  Maybe I misunderstand, but 
shouldn't the EAR task just take the WSR file (that is indeed in the repository) and 
add it to the EAR file?  There are no errors, and uncompressing the built EAR shows 
the JAR's are there but not the WSR's.

-D

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to