Commit 441ef2de by newbare

inicio

parents
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>parent-project</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
encoding/<project>=UTF-8
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>parent-project</groupId>
<artifactId>parent-project</artifactId>
<version>arthur</version>
<packaging>pom</packaging>
<properties>
<!-- Explicitly declaring the source encoding eliminates the following
message: [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent! -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<liferay.version>6.2.10.11</liferay.version>
<liferay.maven.plugin.version>6.2.10.11</liferay.maven.plugin.version>
<!-- A propriedade liferay.dir deve ficar vazia, para que prevaleca o diretorio
de trabalho do maven -->
<liferay.dir></liferay.dir>
<liferay.auto.deploy.dir>${liferay.dir}/deploy</liferay.auto.deploy.dir>
<liferay.app.server.dir>${liferay.dir}/jboss-eap-6.1</liferay.app.server.dir>
<liferay.app.server.deploy.dir>${liferay.app.server.dir}/standalone/deployments</liferay.app.server.deploy.dir>
<liferay.app.server.lib.global.dir>${liferay.app.server.dir}/modules/com/liferay/portal/main</liferay.app.server.lib.global.dir>
<liferay.app.server.portal.dir>${liferay.app.server.dir}/standalone/deployments/ROOT.war</liferay.app.server.portal.dir>
</properties>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment