[seasar-dev:1002] maven-license-plugin のヘッダファイル

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2009年 1月 5日 (月) 17:30:26 JST


小林 (koichik) です.

あけおめことよろ〜.

http://d.hatena.ne.jp/higayasuo/20090105/1231131675

で紹介されている maven-license-plugin の
ヘッダファイルを www.seasar.org に置きました.

pom.xml に以下のように記述すれば,どのプロジェクト
からでも参照することができます.

      <plugin>
        <groupId>com.google.code.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.4.0</version>
        <configuration>
          <header>http://www.seasar.org/license/header.txt</header>
          <includes>
            <include>src/**/*.java</include>
          </includes>
          <encoding>UTF-8</encoding>
          <headerDefinitions>
            <headerDefinition>http://www.seasar.org/license/header-definition.xml</headerDefinition>
          </headerDefinitions>
        </configuration>
      </plugin>



-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>




Seasar-dev メーリングリストの案内