Hi,

I would like the Maven community to discuss a solution where other Apache 
projects are given a 'partitition' in Maven Plugins to create their own 
solutions to be automatically included in Maven distros.

It wouldn't be harder than;

for PROJECT in `cat projectsfile` ; do
  if [ -d  /home/cvs/maven-plugins/$PROJECT ] ; then
    echo "$PROJECT is already in maven-plugins. Resolve manually!"
  else
    mkdir /home/cvs/maven-plugins/$PROJECT
    chmod g+w /home/cvs/maven-plugins/$PROJECT
    chgrp $PROJECT /home/cvs/maven-plugins/$PROJECT
  fi
done


Cheers
Niclas
-- 
+---------//-------------------+
|   http://www.bali.ac         |
|  http://niclas.hedhman.org   |
+------//----------------------+

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

Reply via email to