Hi everyone,

I don't know if this is the right venue to ask my question so I apologize
for the inconvenience.

I am new to using the EJB plugin and right now I am having trouble with it
generating an empty ejb-jar.xml even if I stated that the ejbVersion is 3.0.
This causes a parse exception when ran using JBoss. Below is the plugin
configuration I have:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-ejb-plugin</artifactId>
    <version>2.3</version>
    <configuration>
      <ejbVersion>3.0</ejbVersion>
    </configuration>
</plugin>

Thanks and Regards,
Bob

Reply via email to