[CUBBY-106] Archetypeのデフォルト設定の改善(S2JDBCをデフォルトで使用可能、pom.xmlにdownloadSources、downloadJavaDocの定義追加) Created: 2008-03-08  Updated: 2008-04-16  Resolved: 2008-03-08

Status: Closed
Project: Cubby
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.2, 1.1.0-rc1

Type: Task Priority: Major
Reporter: agata Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None


 Description   

S2JDBCをデフォルトで使用できるようにする

pom.xml
downloadSources, downloadJavadocs,geronimo-jpa_3.0_spec
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<wtpversion>1.5</wtpversion>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
</plugin>
...
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jpa_3.0_spec</artifactId>
<version>1.0</version>
</dependency>

app.dicon
<include path="s2jdbc.dicon"/>

convation.dicon
<component class="org.seasar.framework.convention.impl.PersistenceConventionImpl"/>



 Comments   
Comment by agata [ 2008-03-08 ]

r861で対応

Generated at Fri Mar 29 02:54:45 JST 2024 using Jira 9.13.0#9130001-sha1:94297e63fec900085df7b42441d17146fe025bb5.