Problems with maven war plugin

2011-06-27 Thread Manuel Ramirez Velasco
Hello!!! I have a problem with the generation of wars with maven. The problem is when I have no changes in java files or resources on my war, the war is being built again. This is the normal behavior?. I'm doing an automatic deployment to the application server and do not want to make this

Zip Assembly Problem

2010-10-25 Thread Manuel Ramirez Velasco
Hello, I´ve a problem using maven assembly plugin. I´m using my own assembly descriptor: assembly xmlns= http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=

Re: Zip Assembly Problem

2010-10-25 Thread Manuel Ramirez Velasco
Assembly Problem 2010/10/25 Manuel Ramirez Velasco manuel.ramirez@lineadirecta.es: Hello, I´ve a problem using maven assembly plugin. ... I´m generating a changes package in a zip file that allow me to deploy WAS update zips of an application deployed in WAS 6.0. In other words, you're