Hi All,

Curently there is a goal 'clean:repo' mentioned in the main maven.xml which
get called whenever we call the 'clean' target. This goal deletes all the
'axis2*' jar files in the local maven repository.

This makes things very difficult when we are working with two versions of
Axis2. For example if we do a 'maven clean jar' for the trunk and if we call
the same for the 1.1 branch, the second call will delete all the jars from
the previous build.

Can we modify this target to delete only the jars of the specific version or
not to delete anything from the local maven repo at all (since they get
ovewritten in the build).

Chamikara

Reply via email to