Changeset 1222
- Timestamp:
- 12/06/11 18:05:47 (18 months ago)
- Location:
- raptor-information-model/trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
-
pom.xml (modified) (1 diff)
-
src/main/resources/event.hbm.xml (deleted)
-
src/main/resources/license-apache (added)
Legend:
- Unmodified
- Added
- Removed
-
raptor-information-model/trunk/pom.xml
r1204 r1222 71 71 <!-- DONE --> 72 72 </resources> 73 <plugins> 73 <plugins> 74 <plugin> 75 <groupId>com.google.code.maven-license-plugin</groupId> 76 <artifactId>maven-license-plugin</artifactId> 77 <version>1.4.0</version> 78 <configuration> 79 <includes> 80 <include>src/**</include> 81 <include>**/test/**</include> 82 </includes> 83 <excludes> 84 <exclude>target/**</exclude> 85 <exclude>.clover/**</exclude> 86 </excludes> 87 <header>src/main/resources/license-apache</header> 88 <properties> 89 <year>2010</year> 90 <email>smartp@cf.ac.uk</email> 91 <name>Cardiff University, Wales</name> 92 </properties> 93 </configuration> 94 <executions> 95 <execution> 96 <goals> 97 <goal>check</goal> 98 </goals> 99 </execution> 100 </executions> 101 </plugin> 74 102 <plugin> 75 103 <groupId>org.apache.maven.plugins</groupId>
Note: See TracChangeset
for help on using the changeset viewer.
