|
4 | 4 |
|
5 | 5 | <groupId>com.flowingcode.addons</groupId> |
6 | 6 | <artifactId>xterm-console</artifactId> |
7 | | - <version>1.0.1-SNAPSHOT</version> |
| 7 | + <version>1.0.0-SNAPSHOT</version> |
8 | 8 | <name>XTerm Console Addon</name> |
9 | 9 | <description>Integration of xterm.js for Vaadin Flow</description> |
10 | 10 |
|
|
33 | 33 | </licenses> |
34 | 34 |
|
35 | 35 | <scm> |
36 | | - <url>https://github.com/FlowingCode/XTermConsoleAddon</url> |
37 | | - <connection>scm:git:git://github.com/FlowingCode/XTermConsoleAddon.git</connection> |
38 | | - < developerConnection>scm:git:ssh:// [email protected]:/FlowingCode/ XTermConsoleAddon.git</ developerConnection> |
| 36 | + <url>https://github.com/FlowingCode/XTermAddon</url> |
| 37 | + <connection>scm:git:git://github.com/FlowingCode/XTermAddon.git</connection> |
| 38 | + < developerConnection>scm:git:ssh:// [email protected]:/FlowingCode/ XTermAddon.git</ developerConnection> |
39 | 39 | <tag>HEAD</tag> |
40 | 40 | </scm> |
41 | 41 |
|
|
66 | 66 | <version>1.18.10</version> |
67 | 67 | </dependency> |
68 | 68 |
|
69 | | - <dependency> |
70 | | - <groupId>javax.servlet</groupId> |
71 | | - <artifactId>javax.servlet-api</artifactId> |
72 | | - <scope>provided</scope> |
73 | | - <version>4.0.1</version> |
74 | | - </dependency> |
75 | | - |
76 | 69 | <dependency> |
77 | 70 | <groupId>com.vaadin</groupId> |
78 | 71 | <artifactId>vaadin-core</artifactId> |
|
158 | 151 | <configuration> |
159 | 152 | <licenseName>apache_v2</licenseName> |
160 | 153 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
161 | | - <excludes> |
162 | | - <exclude>**/xterm.css</exclude> |
163 | | - </excludes> |
164 | 154 | </configuration> |
165 | 155 | </plugin> |
166 | 156 |
|
|
204 | 194 | the test package. --> |
205 | 195 | <useTestScope>true</useTestScope> |
206 | 196 | <webAppConfig> |
| 197 | + <!-- |
| 198 | + <resourceBases> |
| 199 | + <resourceBase>src/test/resources/META-INF/resources</resourceBase> |
| 200 | + <resourceBase>src/main/resources/META-INF/resources</resourceBase> |
| 201 | + </resourceBases> |
| 202 | + --> |
207 | 203 | </webAppConfig> |
208 | 204 | <supportedPackagings> |
209 | 205 | <supportedPackaging>jar</supportedPackaging> |
|
0 commit comments