You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/18 02:14:11 UTC

cvs commit: maven-components/maven-plugins/maven-assemble-plugin build.sh

brett       2005/03/17 17:14:11

  Added:       maven-plugins/maven-assemble-plugin build.sh
  Log:
  work around issue
  
  Revision  Changes    Path
  1.1                  maven-components/maven-plugins/maven-assemble-plugin/build.sh
  
  Index: build.sh
  ===================================================================
  #!/bin/sh
  
  #
  # WORKAROUND FOR http://jira.codehaus.org/browse/MNG-214
  #
  
  m2 plugin:descriptor
  m2 modello:xpp3-reader modello:xpp3-writer modello:java resources:resources compiler:compile resources:testResources compiler:testCompile surefire:test jar:jar install:install