Author: fchrist
Date: Wed Jul 13 12:28:48 2011
New Revision: 1145974
URL: http://svn.apache.org/viewvc?rev=1145974&view=rev
Log:
STANBOL-271 moved 'release' profile to the parent POM. Added 'Public Domain' as
user defined header
Modified:
incubator/stanbol/trunk/parent/pom.xml
incubator/stanbol/trunk/pom.xml
Modified: incubator/stanbol/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1145974&r1=1145973&r2=1145974&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed Jul 13 12:28:48 2011
@@ -1232,6 +1232,42 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>release</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.8-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <licenses>
+ <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+ <licenseFamilyCategory>PublicDomain</licenseFamilyCategory>
+ <licenseFamilyName>Public Domain licensed
files.</licenseFamilyName>
+ <notes></notes>
+ <patterns>
+ <pattern>Public Domain.</pattern>
+ </patterns>
+ </license>
+ </licenses>
+ </configuration>
+
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<repositories>
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1145974&r1=1145973&r2=1145974&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Jul 13 12:28:48 2011
@@ -77,29 +77,6 @@
<module>launchers/kres</module>
</modules>
</profile>
- <profile>
- <id>release</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>0.8-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>