44 <groupId >agk</groupId >
55 <artifactId >chatbot</artifactId >
66 <name >CBR Chat Bot</name >
7- <version >2.3.1 </version >
7+ <version >2.3.5 </version >
88 <description >An interactive chat bot using case based reasoning.
99
1010This web chat bot uses CBR techniques to have an English conversation with a user.
1111It is a summer project I worked on while studying at the University of Auckland, over the 2016-2017 holidays.</description >
1212 <url >https://github.com/agkphysics/ChatBot</url >
1313 <build >
1414 <plugins >
15+ <plugin >
16+ <artifactId >maven-jar-plugin</artifactId >
17+ <version >3.0.2</version >
18+ <configuration >
19+ <excludes >xmlconv/**</excludes >
20+ </configuration >
21+ </plugin >
1522 <plugin >
1623 <artifactId >maven-resources-plugin</artifactId >
1724 <version >3.0.2</version >
@@ -33,13 +40,6 @@ It is a summer project I worked on while studying at the University of Auckland,
3340 </execution >
3441 </executions >
3542 </plugin >
36- <plugin >
37- <artifactId >maven-jar-plugin</artifactId >
38- <version >3.0.2</version >
39- <configuration >
40- <excludes >xmlconv/**</excludes >
41- </configuration >
42- </plugin >
4343 <plugin >
4444 <artifactId >maven-shade-plugin</artifactId >
4545 <version >3.0.0</version >
@@ -85,6 +85,7 @@ It is a summer project I worked on while studying at the University of Auckland,
8585 <configuration >
8686 <outputDirectory >${project.build.directory}/depsrc</outputDirectory >
8787 <classifier >sources</classifier >
88+ <excludeTransitive >true</excludeTransitive >
8889 </configuration >
8990 </execution >
9091 </executions >
@@ -117,8 +118,9 @@ It is a summer project I worked on while studying at the University of Auckland,
117118 <descriptors >
118119 <descriptor >src/assembly/src.xml</descriptor >
119120 <descriptor >src/assembly/webapp.xml</descriptor >
121+ <descriptor >src/assembly/console.xml</descriptor >
120122 </descriptors >
121- <tarLongFileMode >posix </tarLongFileMode >
123+ <tarLongFileMode >gnu </tarLongFileMode >
122124 </configuration >
123125 </plugin >
124126 </plugins >
0 commit comments