File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 <plugin >
9595 <artifactId >maven-compiler-plugin</artifactId >
9696 <configuration >
97+ <debug >true</debug >
98+ <optimize >true</optimize >
9799 <annotationProcessorPaths >
100+ <path >
101+ <groupId >com.github.therapi</groupId >
102+ <artifactId >therapi-runtime-javadoc-scribe</artifactId >
103+ <version >0.12.0</version >
104+ </path >
98105 <path >
99106 <groupId >org.scijava</groupId >
100107 <artifactId >scijava-common</artifactId >
Original file line number Diff line number Diff line change 113113 <groupId >com.alexecollins.maven.plugin</groupId >
114114 <artifactId >script-maven-plugin</artifactId >
115115 </plugin >
116- <plugin >
117- <groupId >org.apache.maven.plugins</groupId >
118- <artifactId >maven-compiler-plugin</artifactId >
119- <configuration >
120- <debug >true</debug >
121- <optimize >true</optimize >
122- <annotationProcessorPaths >
123- <path >
124- <groupId >com.github.therapi</groupId >
125- <artifactId >therapi-runtime-javadoc-scribe</artifactId >
126- <version >0.12.0</version >
127- </path >
128- <path >
129- <groupId >org.scijava</groupId >
130- <artifactId >scijava-common</artifactId >
131- <version >2.83.3</version >
132- </path >
133- </annotationProcessorPaths >
134- </configuration >
135- </plugin >
136116 <plugin >
137117 <groupId >org.apache.maven.plugins</groupId >
138118 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments