Skip to content

Commit 2e4524d

Browse files
committed
1.2.0 (next)
+ [documentation] [fj-daogen] Added documentation for daogen-config-1.0.xsd + [enhancement] [fj-daogen] Removed maven 'full' profile as not needed (inherited from fj-bom)
1 parent 495fb91 commit 2e4524d

File tree

9 files changed

+1192
-179
lines changed

9 files changed

+1192
-179
lines changed

docgen/release-notes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1.1.4 (2023-08-27)
1+
1.2.0 (next)
2+
------------------
3+
+ [documentation] [fj-daogen] Added documentation for daogen-config-1.0.xsd
4+
+ [enhancement] [fj-daogen] Removed maven 'full' profile as not needed (inherited from fj-bom)
5+
6+
1.1.4 (2023-08-27)
27
------------------
38
+ [enhancement] [fj-daogen-maven-plugin] Added experimental feature 'generate-lazy' plugin (should not run on m2e incremental builds
49

docs/config/daogen-config-xsd-ref.html

Lines changed: 810 additions & 0 deletions
Large diffs are not rendered by default.

fj-daogen-base/pom.xml

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</dependency>
3434

3535
<dependency>
36-
<groupId>commons-dbcp</groupId>
37-
<artifactId>commons-dbcp</artifactId>
36+
<groupId>org.fugerit.java</groupId>
37+
<artifactId>fj-doc-lib-autodoc</artifactId>
3838
</dependency>
3939

4040
</dependencies>
@@ -46,42 +46,4 @@
4646

4747
<url>https://www.fugerit.org/perm/mars</url>
4848

49-
<profiles>
50-
<profile>
51-
<id>full</id>
52-
<build>
53-
<plugins>
54-
<plugin>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-source-plugin</artifactId>
57-
<executions>
58-
<execution>
59-
<id>attach-sources</id>
60-
<goals>
61-
<goal>jar</goal>
62-
</goals>
63-
</execution>
64-
</executions>
65-
</plugin>
66-
<plugin>
67-
<groupId>org.apache.maven.plugins</groupId>
68-
<artifactId>maven-javadoc-plugin</artifactId>
69-
<configuration>
70-
<stylesheetfile>src/main/javadoc/stylesheet.css</stylesheetfile>
71-
</configuration>
72-
<executions>
73-
<execution>
74-
<id>attach-javadocs</id>
75-
<goals>
76-
<goal>jar</goal>
77-
</goals>
78-
</execution>
79-
</executions>
80-
</plugin>
81-
</plugins>
82-
</build>
83-
</profile>
84-
85-
</profiles>
86-
8749
</project>

0 commit comments

Comments
 (0)