[jboss-cvs] joramtests ...

Clebert Suconic csuconic at jboss.com
Fri Jun 15 12:10:48 EDT 2007


  User: csuconic
  Date: 07/06/15 12:10:48

  Modified:    joramtests   README.txt pom.xml
  Log:
  http://jira.jboss.com/jira/browse/JBQA-846 - fix
  
  Revision  Changes    Path
  1.3       +1 -1      joramtests/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/joramtests/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- README.txt	29 Mar 2007 04:28:35 -0000	1.2
  +++ README.txt	15 Jun 2007 16:10:48 -0000	1.3
  @@ -2,4 +2,4 @@
   
   cvs co joramtests
   cd joramtests
  -mvn
  +mvn clean package
  
  
  
  1.2       +5 -0      joramtests/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/joramtests/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pom.xml	29 Mar 2007 04:28:35 -0000	1.1
  +++ pom.xml	15 Jun 2007 16:10:48 -0000	1.2
  @@ -46,6 +46,11 @@
     <build>
       <sourceDirectory>src/main/java</sourceDirectory>
       <finalName>${artifactId}</finalName>
  +    <resources>
  +      <resource>
  +        <directory>src/resources</directory>
  +      </resource>
  +    </resources>
       <plugins>
         
         <!-- define how we want compilation to take place
  
  
  



More information about the jboss-cvs-commits mailing list