Hi,

we have the following scenario we want to solve with maven:

we have projects generating axis clients using the axistools-maven-plugin. Depending on the environment in which these client projects are deployed the clients are build with either axis 1.1 or axis 1.3.

Now we want to use maven to create and release artifacts for these client projects. We can use profiles (one for Axis 1.1, one for Axis 1.3) to create different artifacts.

But how can we produce release artifacts for all profiles in one run.

Perhaps this can be better solved using assemblies.
We would have to define one assembly for each variation which creates a release file looking something like client-axis1.1-1.0.0.jar.

The next problem is then to define a dependency to this artefact in another project.

Any help or best practises are welcome.

Best regards
Achim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to