Uploaded image for project: 'Cubby'
  1. Cubby
  2. CUBBY-106

Archetypeのデフォルト設定の改善(S2JDBCをデフォルトで使用可能、pom.xmlにdownloadSources、downloadJavaDocの定義追加)

XMLWordPrintable

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.2, 1.1.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • None

      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"/>

            Assignee:
            Unassigned Unassigned
            Reporter:
            agata agata
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: