Skip to content
Snippets Groups Projects
Commit a14b0cb6 authored by xtof's avatar xtof
Browse files

fix : add Assembly.xml on kisstool

parent a8b7c33c
No related branches found
No related tags found
1 merge request!37WIP: Resolve "New application for Spino"
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>jar-with-dependencies</id>
<formats>
<format>jar</format>
</formats>
<!-- ... -->
<containerDescriptorHandlers>
<containerDescriptorHandler>
<handlerName>metaInf-services</handlerName>
</containerDescriptorHandler>
<containerDescriptorHandler>
<handlerName>metaInf-spring</handlerName>
</containerDescriptorHandler>
<containerDescriptorHandler>
<handlerName>plexus</handlerName>
</containerDescriptorHandler>
</containerDescriptorHandlers>
</assembly>
\ No newline at end of file
......@@ -26,7 +26,8 @@ public class CheckCmdTest {
public void test() {
ParameterSingleton parameter = ParameterSingleton.getInstance();
parameter.setInputFile("C:\\01-projets\\josastgit\\data\\AmsatList.xml");
parameter.setInputFile(
"E:\\gitjosast\\josast\\ApplicationSatelliteDatabaseCli\\src\\test\\data\\FileIn\\AmsatList.xml");
CheckCmd cmd = new CheckCmd();
cmd.excute();
assertTrue(true);
......
......@@ -67,7 +67,7 @@
<plugin>
<groupId>com.iluwatar.urm</groupId>
<artifactId>urm-maven-plugin</artifactId>
<version>2.1.1</version>
<version>2.0.0</version>
<configuration>
<outputDirectory>${project.basedir}/target</outputDirectory>
<packages>
......
......@@ -1368,6 +1368,8 @@
<module>ModuleUVSQsatTelemetry</module>
<module>ModuleDriverSerial</module>
<!--
<module>ModuleSatelliteDatabase</module>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment