File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >org.neo4j.rdkit</groupId >
88 <artifactId >rdkit-index</artifactId >
9- <version >3.5- 1.0.0</version >
9+ <version >1.0.0</version >
1010 <name >RDKit-Neo4j plugin</name >
1111 <packaging >jar</packaging >
1212
148148 <artifactId >maven-surefire-report-plugin</artifactId >
149149 <version >3.0.0-M4</version >
150150 </plugin >
151-
152- <!-- todo: add building jar and running tests as a phase execution -->
151+ <plugin >
152+ <artifactId >maven-jar-plugin</artifactId >
153+ <configuration >
154+ <classifier >3.5</classifier >
155+ </configuration >
156+ </plugin >
153157 <plugin >
154158 <groupId >org.apache.maven.plugins</groupId >
155159 <artifactId >maven-shade-plugin</artifactId >
160164 <goals >
161165 <goal >shade</goal >
162166 </goals >
163- <configuration >
164- <artifactSet >
165- <excludes >
166- <!-- <exclude>org.slf4j:*</exclude>-->
167- <exclude >org.projectlombok:lombok</exclude >
168- </excludes >
169- </artifactSet >
170- </configuration >
171167 </execution >
172168 </executions >
173169 </plugin >
You can’t perform that action at this time.
0 commit comments