File tree Expand file tree Collapse file tree 3 files changed +102
-2
lines changed
wamp2spring-security-core
wamp2spring-security-reactive
wamp2spring-security-servlet Expand file tree Collapse file tree 3 files changed +102
-2
lines changed Original file line number Diff line number Diff line change 4545
4646 </dependencies >
4747
48+ <build >
49+ <plugins >
50+ <plugin >
51+ <groupId >org.apache.maven.plugins</groupId >
52+ <artifactId >maven-compiler-plugin</artifactId >
53+ <version >3.14.0</version >
54+ <configuration >
55+ <source >17</source >
56+ <target >17</target >
57+ <testSource >17</testSource >
58+ <testTarget >17</testTarget >
59+ <encoding >UTF-8</encoding >
60+ <parameters >true</parameters >
61+ </configuration >
62+ </plugin >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-javadoc-plugin</artifactId >
66+ <version >3.11.1</version >
67+ <executions >
68+ <execution >
69+ <id >attach-javadocs</id >
70+ <goals >
71+ <goal >jar</goal >
72+ </goals >
73+ <configuration >
74+ <sourcepath >${project.build.sourceDirectory}${path.separator} ../wamp2spring-core/src/main/java</sourcepath >
75+ <failOnError >false</failOnError >
76+ </configuration >
77+ </execution >
78+ </executions >
79+ </plugin >
80+ </plugins >
81+ </build >
4882
4983</project >
Original file line number Diff line number Diff line change 3939
4040 </dependencies >
4141
42-
42+ <build >
43+ <plugins >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-compiler-plugin</artifactId >
47+ <version >3.14.0</version >
48+ <configuration >
49+ <source >17</source >
50+ <target >17</target >
51+ <testSource >17</testSource >
52+ <testTarget >17</testTarget >
53+ <encoding >UTF-8</encoding >
54+ <parameters >true</parameters >
55+ </configuration >
56+ </plugin >
57+ <plugin >
58+ <groupId >org.apache.maven.plugins</groupId >
59+ <artifactId >maven-javadoc-plugin</artifactId >
60+ <version >3.11.1</version >
61+ <executions >
62+ <execution >
63+ <id >attach-javadocs</id >
64+ <goals >
65+ <goal >jar</goal >
66+ </goals >
67+ <configuration >
68+ <sourcepath >${project.build.sourceDirectory}${path.separator} ../wamp2spring-core/src/main/java</sourcepath >
69+ <failOnError >false</failOnError >
70+ </configuration >
71+ </execution >
72+ </executions >
73+ </plugin >
74+ </plugins >
75+ </build >
4376
4477</project >
Original file line number Diff line number Diff line change 3939
4040 </dependencies >
4141
42-
42+ <build >
43+ <plugins >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-compiler-plugin</artifactId >
47+ <version >3.14.0</version >
48+ <configuration >
49+ <source >17</source >
50+ <target >17</target >
51+ <testSource >17</testSource >
52+ <testTarget >17</testTarget >
53+ <encoding >UTF-8</encoding >
54+ <parameters >true</parameters >
55+ </configuration >
56+ </plugin >
57+ <plugin >
58+ <groupId >org.apache.maven.plugins</groupId >
59+ <artifactId >maven-javadoc-plugin</artifactId >
60+ <version >3.11.1</version >
61+ <executions >
62+ <execution >
63+ <id >attach-javadocs</id >
64+ <goals >
65+ <goal >jar</goal >
66+ </goals >
67+ <configuration >
68+ <sourcepath >${project.build.sourceDirectory}${path.separator} ../wamp2spring-core/src/main/java</sourcepath >
69+ <failOnError >false</failOnError >
70+ </configuration >
71+ </execution >
72+ </executions >
73+ </plugin >
74+ </plugins >
75+ </build >
4376
4477</project >
You can’t perform that action at this time.
0 commit comments