Think you lost me. Tomee remote relies on classifier and tomee embedded on your pom dependencies nothing more complicated. Le 7 mars 2015 10:33, "mauro2java2011" <[email protected]> a écrit :
> but if from the pom : > > > https://github.com/tomitribe/tomee-jaxrs-starter-project/blob/master/pom.xml > < > https://github.com/tomitribe/tomee-jaxrs-starter-project/blob/master/pom.xml > > > > at this following part : > > <build> > <plugins> > <plugin> > <groupId>org.apache.openejb.maven</groupId> > <artifactId>tomee-maven-plugin</artifactId> > <version>${tomee.version}</version> > <configuration> > <tomeeVersion>${tomee.version}</tomeeVersion> > <tomeeClassifier>jaxrs</tomeeClassifier> > </configuration> > </plugin> > </plugins> > </build> > > i change the line : > > <tomeeClassifier>jaxrs</tomeeClassifier> > > into: > <tomeeClassifier>Plus</tomeeClassifier> > > > i have to add other dependencies at pom for compile and test the project ot > it work out-the box ? > > finally : the dependencies complementary from version rest at version plus > are setted automatically if i change the tomeeclassfisier or the project > not > compile? > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/tomee-embedded-arquillan-adaptor-tp4673965p4673975.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
