Questions about Maven and OBS

Hi,

I have a project, which builds with maven. However, I have described all JAR runtime dependencies in the SPEC file, since they are provided by other packages. This means that I need maven only for compilation and packaging of the project JARs. I couldn’t find a way to build may package in OBS using maven, so I wrote a small Ant script which does the job. My question is, if it is possible to do this somehow with maven? If not, I’ll continue using Ant, although it would be easier to support only one build specification.

Many thanks for the help!

Dimitar