[EMAIL PROTECTED] wrote:

dain        2004/09/06 19:35:13

  Modified:    .        maven.xml
               etc      maven.xml
               modules/maven-plugin maven.xml
               modules/maven-xmlbeans-plugin maven.xml
  Log:
  Added java-src target to generate a jar containing only the java sources
  (normal and generated) used in the jar.  This is useful for debuggers.

+ <ant:jar destfile="${basedir}/target/${pom.artifactId}-${pom.currentVersion}-java-src.jar">

Could we make it more consistent with (as I think is) the ASF approach to distributing sources, i.e. the file name would become ${pom.artifactId}-${pom.currentVersion}-src.jar? Or is the name reserved for the whole source distribution rather than limited to the source code only?


Jacek



Reply via email to