Advertisement
javapapo

post7-profiles

Jun 30th, 2014
4,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.78 KB | None | 0 0
  1. <profiles>
  2.    <profile>
  3.         <id>h2</id>
  4.          <build>
  5.            <testResources
  6.              <testResource>
  7.                     <directory>/resources-h2</directory>
  8.             <includes>
  9.                             <include>**/*</include>
  10.                       </includes>
  11.                     </testResource>
  12.                </testResources>
  13.             </build>
  14.    </profile>
  15.    <profile>
  16.        <id>postgre</id>
  17.          <build>
  18.            <testResources>
  19.               <testResource>
  20.                   <directory>/resources-postgre</directory>
  21.                     <includes>
  22.                             <include>**/*</include>
  23.                       </includes>
  24.                 </testResource>
  25.             </testResources>
  26.          </build>
  27.    </profile>
  28. </profiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement