Cool, I'll get that updated today. Thanks for pointing that out Alex, I'm always looking to improve the docs. You know you can edit the page also ;-) .

Andy.

On 18/07/2014 10:37, Alex Soto wrote:
Cool it works, but documentation (
http://tomee.apache.org/tomee-maven-plugin.html) is not updated with
useBinaries attribute. I think it may be useful for other users :).

Thanks :)


2014-07-18 10:18 GMT+02:00 Romain Manni-Bucau <[email protected]>:

Hi

yes configuration doesn't seem enough for remote deployment. Default
is local deployment. You need to set <useBinaries> to true. It will
deploy path archive with the name of the file in the path. (context is
ignored in this case)


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-07-18 9:38 GMT+02:00 Alex Soto <[email protected]>:
Hello,

Maybe I have misunderstood something but I am trying to deploy a war file
to a remote tomEE, something like done with maven cargo plugin.

Plugin configuration looks like:

<plugin>
   <groupId>org.apache.openejb.maven</groupId>
   <artifactId>tomee-maven-plugin</artifactId>
   <version>1.6.0.2</version>
   <configuration>
     <tomeeHost>${ip}</tomeeHost>
     <path>${project.build.directory}/test-tomee-0.0.1-SNAPSHOT.war</path>
     <context>test</context>
   </configuration>
</plugin>

and then I run

mvn clean package tomee:deploy

and although the build is success and next line is printed: INFO:
RemoteInitialContextCreated{providerUri=http://192.....:8080/tomee/ejb}

the war file is not deployed. Maybe cannot be used as remote? If I miss
any
attribute then maybe the fact that the file cannot be deployed should
make
fail the build?

Alex

--
+----------------------------------------------------------+
   Alex Soto Bueno
   www.lordofthejars.com
+----------------------------------------------------------+



--
  Andy Gumbrecht

  http://www.tomitribe.com
  [email protected]
  https://twitter.com/AndyGeeDe

  TomEE treibt Tomitribe! | http://tomee.apache.org

Reply via email to