CVS: plexus-components README.txt,1.2,1.3
[email protected] Wed, 4 Jun 2003 17:10:17 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-components In directory eng.werken.com:/tmp/cvs-serv11902 Modified Files: README.txt Log Message: o committing patch provided by einar. Index: README.txt =================================================================== RCS file: /cvsroot/plexus/plexus-components/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README.txt 24 Feb 2003 21:52:58 -0000 1.2 +++ README.txt 4 Jun 2003 22:10:08 -0000 1.3 @@ -3,4 +3,7 @@ Make sure you have first build plexus-container and done a 'maven jar:install' on the container. -Then just run 'maven' in this directory. +Additionally, you need to do a 'maven pom:install' in this directory so that the +POM is where the component projects expect it to be. + +Then just run 'maven'.