removed some configuration in pom.xml (related to java7)
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@148680 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8c6eec9833
commit
1824d478ea
40
pom.xml
40
pom.xml
|
@ -149,47 +149,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
<configuration>
|
|
||||||
<source>1.7</source>
|
|
||||||
<target>1.7</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin> -->
|
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
|
||||||
<!-- <artifactId>maven-assembly-plugin</artifactId> -->
|
|
||||||
<!-- <configuration> -->
|
|
||||||
<!-- <descriptors> -->
|
|
||||||
<!-- <descriptor>${distroDirectory}/descriptor.xml</descriptor> -->
|
|
||||||
<!-- </descriptors> -->
|
|
||||||
<!-- </configuration> -->
|
|
||||||
<!-- <executions> -->
|
|
||||||
<!-- <execution> -->
|
|
||||||
<!-- <id>servicearchive</id> -->
|
|
||||||
<!-- <phase>install</phase> -->
|
|
||||||
<!-- <goals> -->
|
|
||||||
<!-- <goal>single</goal> -->
|
|
||||||
<!-- </goals> -->
|
|
||||||
<!-- </execution> -->
|
|
||||||
<!-- </executions> -->
|
|
||||||
<!-- </plugin> -->
|
|
||||||
<!-- <plugin> -->
|
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
|
||||||
<!-- <artifactId>maven-assembly-plugin</artifactId> -->
|
|
||||||
<!-- <configuration> -->
|
|
||||||
<!-- <descriptorRefs> -->
|
|
||||||
<!-- <descriptorRef>jar-with-dependencies</descriptorRef> -->
|
|
||||||
<!-- </descriptorRefs> -->
|
|
||||||
<!-- </configuration> -->
|
|
||||||
<!-- <executions> -->
|
|
||||||
<!-- <execution> -->
|
|
||||||
<!-- <phase>package</phase> -->
|
|
||||||
<!-- <goals> -->
|
|
||||||
<!-- <goal>single</goal> -->
|
|
||||||
<!-- </goals> -->
|
|
||||||
<!-- </execution> -->
|
|
||||||
<!-- </executions> -->
|
|
||||||
<!-- </plugin> -->
|
|
||||||
<!-- -->
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue