[ 
https://issues.apache.org/jira/browse/TOMEE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171131#comment-15171131
 ] 

Matthew Broadhead commented on TOMEE-1720:
------------------------------------------

how do i specify plus (or plume) in maven?  i tried the following but it didn't 
work.  omitting the classifier works but doesn't compile.  first error is 
ManagedBean annotation not found
{code:xml}
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>apache-tomee</artifactId>
                <version>1.7.3</version>
                <scope>provided</scope>
                <classifier>plus</classifier>
        </dependency>
{code}

> tomee as a maven dependency
> ---------------------------
>
>                 Key: TOMEE-1720
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1720
>             Project: TomEE
>          Issue Type: Bug
>          Components: TomEE Core Server
>    Affects Versions: 1.7.3
>            Reporter: Matthew Broadhead
>
> Currently my projects in eclipse have the TomEE server runtime include on the 
> build path.  this works fine but it is not very portable and upgrading 
> requires changing the build path for every project rather than changing the 
> version number in the pom.xml.
> Is it possible to include TomEE using Maven?  I tried adding 
> {code:xml}
> <dependency>
>       <groupId>org.apache.openejb</groupId>
>       <artifactId>tomee-plume-webapp</artifactId>
>       <version>1.7.3</version>
> </dependency>
> {code}
> but it gives "Missing artifact 
> org.apache.openejb:tomee-plume-webapp:jar:1.7.3"
> I have tried the tomee-maven-plugin but I prefer to be able to stop and start 
> the server from eclipse and also the debugger is easier to set up.  Also 
> eclipse starts all the projects together and integrates them.  (I suppose if 
> tomee-maven-plugin is capable of all this I could try it again)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to