|
4 | 4 | <parent> |
5 | 5 | <groupId>org.bedework</groupId> |
6 | 6 | <artifactId>bedework-parent</artifactId> |
7 | | - <version>206</version> |
| 7 | + <version>239-SNAPSHOT</version> |
8 | 8 | </parent> |
9 | 9 |
|
10 | 10 | <groupId>org.bedework.database</groupId> |
|
22 | 22 | <url>https://github.com/Bedework/bw-database</url> |
23 | 23 | </scm> |
24 | 24 |
|
25 | | - <developers> |
26 | | - <developer> |
27 | | - <name>Mike Douglass</name> |
28 | | - <organization> |
29 | | - Bedework Commercial Services |
30 | | - </organization> |
31 | | - <organizationUrl>https://bedework.com/</organizationUrl> |
32 | | - </developer> |
33 | | - <developer> |
34 | | - <name>Arlen Johnson</name> |
35 | | - <organization> |
36 | | - Spherical Cow Group |
37 | | - </organization> |
38 | | - <organizationUrl>http://sphericalcowgroup.com/</organizationUrl> |
39 | | - </developer> |
40 | | - </developers> |
41 | | - |
42 | | - <licenses> |
43 | | - <license> |
44 | | - <name>Apache License Version 2.0</name> |
45 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
46 | | - </license> |
47 | | - </licenses> |
48 | | - |
49 | 25 | <modules> |
50 | 26 | <module>bw-hibernate</module> |
51 | 27 | <module>bw-db</module> |
52 | 28 | <module>bw-openjpa</module> |
53 | 29 | <module>bw-jpa</module> |
54 | 30 | </modules> |
55 | | - |
56 | | - <build> |
57 | | - <plugins> |
58 | | - <plugin> |
59 | | - <groupId>org.owasp</groupId> |
60 | | - <artifactId>dependency-check-maven</artifactId> |
61 | | - </plugin> |
62 | | - |
63 | | - <plugin> |
64 | | - <groupId>org.asciidoctor</groupId> |
65 | | - <artifactId>asciidoctor-maven-plugin</artifactId> |
66 | | - </plugin> |
67 | | - |
68 | | - <plugin> |
69 | | - <artifactId>maven-resources-plugin</artifactId> |
70 | | - <groupId>org.apache.maven.plugins</groupId> |
71 | | - |
72 | | - <executions> |
73 | | - <execution> |
74 | | - <id>copy-generated-asciidoc</id> |
75 | | - <phase>package</phase> |
76 | | - <goals> |
77 | | - <goal>copy-resources</goal> |
78 | | - </goals> |
79 | | - <configuration> |
80 | | - <outputDirectory>${project.basedir}/docs/</outputDirectory> |
81 | | - <resources> |
82 | | - <resource> |
83 | | - <directory>${project.build.directory}/generated-docs</directory> |
84 | | - <filtering>false</filtering> |
85 | | - <includes> |
86 | | - <include>index.html</include> |
87 | | - <include>asciidoctor.css</include> |
88 | | - <include>tocbot*/*</include> |
89 | | - <include>docinfo/*</include> |
90 | | - </includes> |
91 | | - </resource> |
92 | | - </resources> |
93 | | - </configuration> |
94 | | - </execution> |
95 | | - </executions> |
96 | | - </plugin> |
97 | | - |
98 | | - </plugins> |
99 | | - </build> |
100 | 31 | </project> |
0 commit comments