Revision 43830 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.installer/org.gvsig.desktop.installer.installjamer/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<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">
3 3

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>org.gvsig.desktop.installer</artifactId>
7
	<version>1.0.0</version>
8
	<packaging>pom</packaging>
9
	<name>${project.artifactId}</name>
4
    <modelVersion>4.0.0</modelVersion>
5
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.desktop.installer</artifactId>
7
    <version>1.0.0</version>
8
    <packaging>pom</packaging>
9
    <name>${project.artifactId}</name>
10 10

  
11
  <build>
11
    <build>
12 12
  
13
     <pluginManagement>
14
        <plugins>
13
        <pluginManagement>
14
            <plugins>
15 15
        
16
          <plugin>
17
            <groupId>org.codehaus.gmaven</groupId>
18
            <artifactId>gmaven-plugin</artifactId>
19
            <version>1.4</version>
20
          </plugin>
16
                <plugin>
17
                    <groupId>org.codehaus.gmaven</groupId>
18
                    <artifactId>gmaven-plugin</artifactId>
19
                    <version>1.4</version>
20
                </plugin>
21 21
          
22
          <plugin>
23
            <groupId>org.codehaus.mojo</groupId>
24
            <artifactId>properties-maven-plugin</artifactId>
25
            <version>1.0-alpha-2</version>
26
          </plugin>
22
                <plugin>
23
                    <groupId>org.codehaus.mojo</groupId>
24
                    <artifactId>properties-maven-plugin</artifactId>
25
                    <version>1.0-alpha-2</version>
26
                </plugin>
27 27
                            
28
        </plugins>
29
     </pluginManagement>
28
            </plugins>
29
        </pluginManagement>
30 30
  
31
      <plugins>
32
          <plugin>
33
              <groupId>org.codehaus.mojo</groupId>
34
              <artifactId>properties-maven-plugin</artifactId>
35
              <executions>
36
                  <execution>
37
                      <phase>install</phase>
38
                      <goals>
39
                          <goal>read-project-properties</goal>
40
                      </goals>
41
                      <configuration>
42
                          <files>
43
		                        <!-- Define gvsig.product.folder.path in this property -->
44
		                        <file>${env.HOME}/.gvsig-devel.properties</file>
45
		                        <file>${project.basedir}/gvsig-devel.properties</file>
46
                          </files>
47
                          <quiet>true</quiet>
48
                      </configuration>
49
                  </execution>
50
              </executions>
51
          </plugin>
31
        <plugins>
32
            <plugin>
33
                <groupId>org.codehaus.mojo</groupId>
34
                <artifactId>properties-maven-plugin</artifactId>
35
                <executions>
36
                    <execution>
37
                        <phase>install</phase>
38
                        <goals>
39
                            <goal>read-project-properties</goal>
40
                        </goals>
41
                        <configuration>
42
                            <files>
43
                                <!-- Define gvsig.product.folder.path in this property -->
44
                                <file>${env.HOME}/.gvsig-devel.properties</file>
45
                                <file>${project.basedir}/gvsig-devel.properties</file>
46
                            </files>
47
                            <quiet>true</quiet>
48
                        </configuration>
49
                    </execution>
50
                </executions>
51
            </plugin>
52 52
          
53
          <plugin>
54
              <groupId>org.codehaus.gmaven</groupId>
55
              <artifactId>gmaven-plugin</artifactId>
56
            <dependencies>
57
                <dependency>
58
                  <groupId>com.github.lookfirst</groupId>
59
                  <artifactId>sardine</artifactId>
60
                  <version>5.0.1</version>
61
                </dependency>
62
            </dependencies>
63
            <inherited>false</inherited>
64
              <executions>
65
                <execution>
66
                  <id>release</id>
67
                  <phase>install</phase>
68
                  <goals>
69
                    <goal>execute</goal>
70
                  </goals>
71
                  <configuration>
72
                    <source><![CDATA[
53
            <plugin>
54
                <groupId>org.codehaus.gmaven</groupId>
55
                <artifactId>gmaven-plugin</artifactId>
56
                <dependencies>
57
                    <dependency>
58
                        <groupId>com.github.lookfirst</groupId>
59
                        <artifactId>sardine</artifactId>
60
                        <version>5.0.1</version>
61
                    </dependency>
62
                </dependencies>
63
                <inherited>false</inherited>
64
                <executions>
65
                    <execution>
66
                        <id>release</id>
67
                        <phase>install</phase>
68
                        <goals>
69
                            <goal>execute</goal>
70
                        </goals>
71
                        <configuration>
72
                            <source><![CDATA[
73 73
// To deploy package use:
74 74
//    mvn -Ddeploy-installers -Dusername=USER -Dpassword=PASSWORD install
75 75
//      
......
402 402
main()                        
403 403

  
404 404
                    ]]></source>
405
                  </configuration>
406
                </execution>
407
              </executions>
408
          </plugin>
409
      </plugins>
410
  </build>
405
                        </configuration>
406
                    </execution>
407
                </executions>
408
            </plugin>
409
        </plugins>
410
    </build>
411 411

  
412 412
</project>

Also available in: Unified diff