File tree Expand file tree Collapse file tree 2 files changed +46
-2
lines changed
Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >org.ohnlp.medxn</groupId >
88 <artifactId >medxn</artifactId >
9- <version >1.0.6 </version >
9+ <version >1.0.7 </version >
1010 <description >The MedXN medication Information extraction pipeline</description >
1111
1212 <repositories >
2525
2626 <build >
2727 <finalName >${project.artifactId} </finalName >
28+ <resources >
29+ <resource >
30+ <directory >src/main/resources</directory >
31+ <filtering >true</filtering >
32+ <includes >
33+ <include >**/backbone_module.json</include >
34+ </includes >
35+ </resource >
36+ <resource >
37+ <directory >src/main/resources</directory >
38+ <filtering >false</filtering >
39+ <excludes >
40+ <exclude >**/backbone_module.json</exclude >
41+ </excludes >
42+ </resource >
43+ </resources >
2844 <plugins >
2945 <plugin >
3046 <groupId >org.apache.maven.plugins</groupId >
3652 </configuration >
3753 </plugin >
3854
39-
55+ <plugin >
56+ <groupId >org.codehaus.mojo</groupId >
57+ <artifactId >properties-maven-plugin</artifactId >
58+ <version >1.0.0</version >
59+ <executions >
60+ <execution >
61+ <goals >
62+ <goal >set-system-properties</goal >
63+ </goals >
64+ <configuration >
65+ <properties >
66+ <property >
67+ <name >tagversion</name >
68+ <value >${project.version} </value >
69+ </property >
70+ </properties >
71+ </configuration >
72+ </execution >
73+ </executions >
74+ </plugin >
4075 <plugin >
4176 <groupId >org.apache.maven.plugins</groupId >
4277 <artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " MedXN Information Extraction NLP Pipeline" ,
3+ "desc" : " Runs Symbolic Information Extraction on Drug Mentions and Associated Metadata" ,
4+ "repo" : " https://github.com/OHNLP/MedXN" ,
5+ "packages" : [
6+ " org.ohnlp.medxn.backbone"
7+ ],
8+ "version" : " ${version}"
9+ }
You can’t perform that action at this time.
0 commit comments