We just made the ant to maven switch and we lost our ability to do file deploy. Which just amounted to copying the files into the context directory. Cargo doesnt appear to support this, does anybody have an elegant solution? I could just write an ant script but I wanted to piggyback based on the contextName which is already defined with our cargo plugin
Is it possible to define a custom goal without writing a plugin? I.E. could I tie an ant run to a custom goal name?
