Revision 21149

View differences:

trunk/build/pom.xml
62 62
			<name>gvSIG maven FTP repository</name>
63 63
			<url>ftp://downloads.gvsig.org:20001/user/maven</url>
64 64
		</repository>
65
		<repository>
66
			<id>local repository</id>
67
			<name>local repositroy for the maven ftp plugin</name>
68
			<url>file://${basedir}/repository</url>
69
		</repository>
70
		
65 71

  
66 72
	</repositories>
67 73
	<reporting>
trunk/build/repository/org/gvsig/maven/wagon/wagon-ftp/0.1/wagon-ftp-0.1.pom
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0"
4
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
6
                      http://maven.apache.org/maven-v4_0_0.xsd">
7

  
8
  <modelVersion>4.0.0</modelVersion>
9

  
10
   <!-- The Basics -->
11
  <groupId>org.gvsig.maven.wagon</groupId>
12
  <artifactId>wagon-ftp</artifactId>
13
  <version>0.1</version>
14
  <dependencies>
15
    <dependency>
16
      <groupId>ftp4che</groupId>
17
      <artifactId>ftp4che</artifactId>
18
      <version>0.7.1</version>
19
    </dependency>
20
    <dependency>
21
      <groupId>log4j</groupId>
22
      <artifactId>log4j</artifactId>
23
      <version>1.2.12</version>
24
    </dependency>
25
  </dependencies>
26
  <parent>
27
    <artifactId>wagon-providers</artifactId>
28
    <groupId>org.apache.maven.wagon</groupId>
29
    <version>1.0-alpha-6</version>
30
  </parent>
31

  
32
  <!-- Build Settings -->
33
  <build>
34
    <plugins>
35
	   <plugin>
36
	     <groupId>org.apache.maven.plugins</groupId>
37
	     <artifactId>maven-checkstyle-plugin</artifactId>
38
		 <dependencies>
39
		   <dependency>
40
		     <groupId>checkstyle</groupId>
41
		     <artifactId>checkstyle</artifactId>
42
		     <version>4.4</version>
43
		   </dependency>
44
		   <dependency>
45
		     <groupId>checkstyle</groupId>
46
		     <artifactId>checkstyle-optional</artifactId>
47
		     <version>4.4</version>
48
		   </dependency>
49
	     </dependencies>
50
	   </plugin>
51
	   <plugin>
52
        <groupId>org.apache.maven.plugins</groupId>
53
        <artifactId>maven-source-plugin</artifactId>
54
        <executions>
55
          <execution>
56
            <id>attach-sources</id>
57
            <phase>verify</phase>
58
            <goals>
59
              <goal>jar</goal>
60
            </goals>
61
          </execution>
62
        </executions>
63
      </plugin>
64
	</plugins>
65
  </build>
66
  <reporting>
67
    <plugins>
68
      <plugin>
69
        <groupId>org.apache.maven.plugins</groupId>
70
        <artifactId>maven-checkstyle-plugin</artifactId>
71
	    <configuration>
72
          <configLocation>build/checkstyle_gvsig.xml</configLocation>
73
	    </configuration>
74
      </plugin>
75
    </plugins>
76
  </reporting>
77

  
78
  <!-- More Project Information -->
79

  
80
  <name>Maven Wagon FTP4Che Provider</name>
81
  <description>
82
  Wagon that gets and puts artifacts from and to remote server using
83
  FTP protocol, through the ftp4che library.
84
  </description>
85
  <url>https://gvsig.org/web/production/activities/wagon-ftp-tls</url>
86
  <inceptionYear>2008</inceptionYear>
87
  <licenses>
88
    <license>
89
      <name>GPL Version 2</name>
90
      <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
91
      <distribution>repo</distribution>
92
      <comments>
93
      "GPL" stands for "General Public License". The most widespread such
94
      license is the GNU General Public License, or GNU GPL for short.
95
      This can be further shortened to "GPL", when it is understood that the
96
      GNU GPL is the one intended.
97
      </comments>
98
    </license>
99
  </licenses>
100
  <organization>
101
    <name>gvSIG</name>
102
    <url>https://gvsig.org/web</url>
103
  </organization>
104
  <developers>
105
    <developer>
106
      <id>cordinyana</id>
107
      <name>Cèsar Ordiñana</name>
108
      <email>cordin@disid.com</email>
109
      <roles>
110
        <role>Project Lead</role>
111
        <role>Developer</role>
112
      </roles>
113
      <organization>DiSiD Technologies</organization>
114
      <organizationUrl>http://www.disid.com</organizationUrl>
115
      <properties>
116
      	<skypeid>cordinyana</skypeid>
117
      </properties>
118
    </developer>
119
  </developers>
120
  <contributors>
121
    <contributor>
122
      <name>Joaquín José del Cerro</name>
123
	  <email>jjdelcerro@iver.es</email>
124
	  <roles>
125
	    <role>gvSIG person in charge</role>
126
	  </roles>
127
	  <organization>IVER</organization>
128
	  <properties>
129
      	<skypeid>jjdelcerro</skypeid>
130
	  </properties>
131
    </contributor>
132
  </contributors>
133

  
134
  <!-- Environment Settings -->
135

  
136
  <issueManagement>
137
    <system>trac</system>
138
    <url>https://gvsig.org/trac/gvSIG-Activities/</url>
139
  </issueManagement>
140
  <ciManagement></ciManagement>
141
  <scm>
142
    <developerConnection>
143
    	scm:svn:https://gvsig.org/svn/gvSIG-Activities/wagon-ftp-tls
144
    </developerConnection>
145
    <tag>HEAD</tag>
146
  </scm>
147

  
148
</project>
trunk/build/repository/org/gvsig/maven/wagon/wagon-ftp/maven-metadata-local.xml
1
<?xml version="1.0" encoding="UTF-8"?><metadata>
2
  <groupId>org.gvsig.maven.wagon</groupId>
3
  <artifactId>wagon-ftp</artifactId>
4
  <version>0.1</version>
5
  <versioning>
6
    <versions>
7
      <version>0.1</version>
8
    </versions>
9
    <lastUpdated>20080522134515</lastUpdated>
10
  </versioning>
11
</metadata>
trunk/build/repository/ftp4che/ftp4che/maven-metadata-local.xml
1
<?xml version="1.0" encoding="UTF-8"?><metadata>
2
  <groupId>ftp4che</groupId>
3
  <artifactId>ftp4che</artifactId>
4
  <version>0.7</version>
5
  <versioning>
6
    <versions>
7
      <version>0.7</version>
8
      <version>0.7.1</version>
9
    </versions>
10
    <lastUpdated>20080521214446</lastUpdated>
11
  </versioning>
12
</metadata>
trunk/build/repository/ftp4che/ftp4che/0.7/ftp4che-0.7.pom
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0"
4
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
6
                      http://maven.apache.org/maven-v4_0_0.xsd">
7

  
8
  <modelVersion>4.0.0</modelVersion>
9

  
10
   <!-- The Basics -->
11
  <groupId>ftp4che</groupId>
12
  <artifactId>ftp4che</artifactId>
13
  <version>0.7</version>
14
  <dependencies>
15
    <dependency>
16
      <groupId>log4j</groupId>
17
      <artifactId>log4j</artifactId>
18
      <version>1.2.12</version>
19
    </dependency>
20
  </dependencies>
21

  
22
  <!-- More Project Information -->
23

  
24
  <name>Ftp4che FTP library</name>
25
  <description>FTP Library with TLS support</description>
26

  
27
  <!-- Environment Settings -->
28
  <build>
29
    <sourceDirectory>src/java</sourceDirectory>
30
    <plugins>
31
    <plugin>
32
      <groupId>org.apache.maven.plugins</groupId>
33
      <artifactId>maven-compiler-plugin</artifactId>
34
      <configuration>
35
        <source>1.5</source>
36
        <target>1.5</target>
37
      </configuration>
38
    </plugin>
39
    </plugins>
40
  </build>
41

  
42
</project>
0 43

  

Also available in: Unified diff