git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/branches/portal/google-hook-login/1.2/Google@150491 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ca5e8bea23
commit
c71d7d4f43
18
pom.xml
18
pom.xml
|
@ -42,15 +42,15 @@
|
|||
<appServerPortalDir>${liferay.app.server.portal.dir}</appServerPortalDir>
|
||||
<liferayVersion>${liferay.version}</liferayVersion> <pluginType>hook</pluginType>
|
||||
</configuration> </plugin> -->
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- <plugin> -->
|
||||
<!-- <artifactId>maven-compiler-plugin</artifactId> -->
|
||||
<!-- <version>2.5</version> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <encoding>UTF-8</encoding> -->
|
||||
<!-- <source>1.7</source> -->
|
||||
<!-- <target>1.7</target> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </plugin> -->
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
|
|
Reference in New Issue