[seasar-dev:710] Re: pom.xmlにviewをどのように設定するについて
taichi sato
[E-MAIL ADDRESS DELETED]
2007年 5月 3日 (木) 12:41:49 JST
太一です。
https://www.seasar.org/svn/chura/trunk/dolteng/org.seasar.dolteng.projects/template/520/pom.xml
にあります。
07/05/02 に 加藤 潤一<[E-MAIL ADDRESS DELETED]> さんは書きました:
> 太一さん,
>
> pom.xmlをブラッシュアップしたいと考えているのですが,pom.xmlのテンプレートってどこにあるんでしょうか?
> パッチ作りたいです.
>
> よろしくお願いいたします.
>
> > -----Original Message-----
> > From: [E-MAIL ADDRESS DELETED]
> > [mailto:[E-MAIL ADDRESS DELETED]] On Behalf Of 加藤 潤一
> > Sent: Wednesday, April 25, 2007 4:01 PM
> > To: [E-MAIL ADDRESS DELETED]
> > Subject: [seasar-dev:685] pom.xmlにviewをどのように設定するについて
> >
> > 宮本さん
> >
> > 加藤です.
> >
> > なるほど,了解しました.
> >
> > testResourceでwebapp/viewとした場合は除外が**/*.javaとなるが実害がな
> > いということですね.
> >
> > まとめると以下のようになりますね.1)か2)か.
> >
> > いろいろほかの人にも聞いてみたい気がします.
> > 横田さん,ご意見いかがでしょうか?
> >
> > <build>
> > ....省略....
> > <plugins>
> > <!-- 1) build-helper-maven-pluginでwebapp/view
> > を追加するか -->
> > <plugin>
> > <groupId>org.codehaus.mojo</groupId>
> >
> > <artifactId>build-helper-maven-plugin</artifactId>
> > <executions>
> > <execution>
> > <id>add-source</id>
> >
> > <phase>generate-sources</phase>
> > <goals>
> >
> > <goal>add-source</goal>
> > </goals>
> > <configuration>
> > <sources>
> >
> > <source>src/main/webapp/view</source>
> > </sources>
> > </configuration>
> > </execution>
> > </executions>
> > </plugin>
> > </plugins>
> >
> > <outputDirectory>src/main/webapp/WEB-INF/classes</outputDirectory>
> > <sourceDirectory>src/main/java</sourceDirectory>
> > <resources>
> > <resource>
> > <directory>src/main/resources</directory>
> > </resource>
> > </resources>
> >
> > <testOutputDirectory>target/test-classes</testOutputDirectory>
> > <testSourceDirectory>src/test/java</testSourceDirectory>
> > <testResources>
> > <!-- 2)testResourceでwebapp/viewを追加するか -->
> > <testResource>
> > <directory>src/main/webapp/view</directory>
> > </testResource>
> > <testResource>
> > <directory>src/test/resources</directory>
> > </testResource>
> > </testResources>
> > <pluginManagement>
> > <plugins>
> > <plugin>
> >
> > <artifactId>maven-eclipse-plugin</artifactId>
> > <configuration>
> >
> > <wtpversion>1.5</wtpversion>
> > </configuration>
> > </plugin>
> > </plugins>
> > </pluginManagement>
> > </build>
> > _______________________________________________
> > Seasar-dev mailing list
> > [E-MAIL ADDRESS DELETED]
> > https://ml.seasar.org/mailman/listinfo/seasar-dev
> _______________________________________________
> Seasar-dev mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-dev
>
Seasar-dev メーリングリストの案内