diff options
Diffstat (limited to 'smcc')
| -rw-r--r-- | smcc/pom.xml | 35 | 
1 files changed, 2 insertions, 33 deletions
| diff --git a/smcc/pom.xml b/smcc/pom.xml index 3e3dfe14..9fa81387 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -1,6 +1,5 @@  <?xml version="1.0" encoding="UTF-8"?>
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 -  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
      <artifactId>bku</artifactId>
      <groupId>at.gv.egiz</groupId>
 @@ -16,36 +15,6 @@    <build>
      <plugins>
        <plugin>
 -        <artifactId>maven-jar-plugin</artifactId>
 -        <executions>
 -          <execution>
 -            <goals>
 -              <goal>sign</goal>
 -            </goals>
 -          </execution>
 -        </executions>
 -        <configuration>
 -          <archive>
 -            <addMavenDescriptor>false</addMavenDescriptor>
 -            <index>false</index>
 -            <manifest>
 -              <addClasspath>false</addClasspath>
 -            </manifest>
 -          </archive>
 -          <alias>test-applet signer</alias>
 -          <keystore>keystore.ks</keystore>
 -          <storepass>storepass</storepass>
 -          <keypass>keypass</keypass>
 -          <verify>true</verify>
 -        </configuration>
 -      </plugin>
 -      <plugin>
 -        <artifactId>maven-compiler-plugin</artifactId>
 -        <configuration>
 -          <encoding>UTF-8</encoding>
 -        </configuration>
 -      </plugin>
 -      <plugin>
          <artifactId>maven-resources-plugin</artifactId>
          <configuration>
            <encoding>UTF-8</encoding>
 @@ -70,4 +39,4 @@        <artifactId>iaik_jce_full_signed</artifactId>
      </dependency> -->
    </dependencies> 
 -</project>
\ No newline at end of file +</project>
 | 
