| 221 |
</execution> |
</execution> |
| 222 |
</executions> |
</executions> |
| 223 |
</plugin> |
</plugin> |
| 224 |
|
<plugin> |
| 225 |
|
<groupId>com.google.code.maven-license-plugin</groupId> |
| 226 |
|
<artifactId>maven-license-plugin</artifactId> |
| 227 |
|
<version>1.4.0</version> |
| 228 |
|
<configuration> |
| 229 |
|
<header>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/src/etc/header.txt</header> |
| 230 |
|
<includes> |
| 231 |
|
<include>src/**</include> |
| 232 |
|
</includes> |
| 233 |
|
<excludes> |
| 234 |
|
<exclude>**/.*</exclude> |
| 235 |
|
<exclude>target/**</exclude> |
| 236 |
|
</excludes> |
| 237 |
|
<mapping> |
| 238 |
|
<tld>XML_STYLE</tld> |
| 239 |
|
<dicon>XML_STYLE</dicon> |
| 240 |
|
</mapping> |
| 241 |
|
<encoding>UTF-8</encoding> |
| 242 |
|
<headerDefinitions> |
| 243 |
|
<headerDefinition>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/src/etc/header-definition.xml</headerDefinition> |
| 244 |
|
</headerDefinitions> |
| 245 |
|
</configuration> |
| 246 |
|
</plugin> |
| 247 |
</plugins> |
</plugins> |
| 248 |
<extensions> |
<extensions> |
| 249 |
<extension> |
<extension> |
| 265 |
<url>http://maven.seasar.org/maven2-snapshot</url> |
<url>http://maven.seasar.org/maven2-snapshot</url> |
| 266 |
</repository> |
</repository> |
| 267 |
</repositories> |
</repositories> |
| 268 |
|
<pluginRepositories> |
| 269 |
|
<pluginRepository> |
| 270 |
|
<id>mc-release</id> |
| 271 |
|
<name>Local Maven repository of releases</name> |
| 272 |
|
<url>http://mc-repo.googlecode.com/svn/maven2/releases</url> |
| 273 |
|
<snapshots> |
| 274 |
|
<enabled>false</enabled> |
| 275 |
|
</snapshots> |
| 276 |
|
<releases> |
| 277 |
|
<enabled>true</enabled> |
| 278 |
|
</releases> |
| 279 |
|
</pluginRepository> |
| 280 |
|
</pluginRepositories> |
| 281 |
<reporting> |
<reporting> |
| 282 |
<plugins> |
<plugins> |
| 283 |
<plugin> |
<plugin> |
| 296 |
<links> |
<links> |
| 297 |
<link>http://java.sun.com/javaee/5/docs/api/</link> |
<link>http://java.sun.com/javaee/5/docs/api/</link> |
| 298 |
<link>http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/</link> |
<link>http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/</link> |
| 299 |
<link>http://aopalliance.sourceforge.net/doc/</link> |
<link>http://www.junit.org/junit/javadoc/4.5/</link> |
| 300 |
<link>http://www.junit.org/junit/javadoc/4.3/</link> |
<link>http://www.slf4j.org/api/</link> |
| 301 |
<link>http://commons.apache.org/fileupload/apidocs/</link> |
<link>http://commons.apache.org/fileupload/apidocs/</link> |
| 302 |
|
<link>http://aopalliance.sourceforge.net/doc/</link> |
| 303 |
<link>http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/</link> |
<link>http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/</link> |
| 304 |
<link>http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/</link> |
<link>http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/</link> |
| 305 |
<link>http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/</link> |
<link>http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/</link> |
| 306 |
|
<link>http://google-guice.googlecode.com/svn/trunk/javadoc/</link> |
| 307 |
</links> |
</links> |
| 308 |
</configuration> |
</configuration> |
| 309 |
</plugin> |
</plugin> |