Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
fdx_convert/pom.xml
@@ -3,7 +3,7 @@
    
    <modelVersion>4.0.0</modelVersion>
    
    <groupId>com.megatim.importation.validation.data.client</groupId>
    <groupId>com.megatim.com.megatim.fdxconvert</groupId>
    <artifactId>fdx-convert-client</artifactId>
    <version>1.0</version>
    
@@ -11,7 +11,7 @@
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <exec.mainClass>importation.validation.data.client.App</exec.mainClass>
        <exec.mainClass>com.megatim.fdxconvert.App</exec.mainClass>
    </properties>
    
    <build>
@@ -23,7 +23,7 @@
                <configuration>
                    <archive>
                        <manifest>
                            <mainClass>importation.validation.data.client.App</mainClass>
                            <mainClass>com.megatim.fdxconvert.App</mainClass>
                        </manifest>
                    </archive>
                    <descriptorRefs>