~wattazoum/plinstool/client

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: wattazoum
  • Date: 2009-10-30 06:56:46 UTC
  • Revision ID: wattazoum-20091030065646-l6mypab1wnk9onmi
Succeeded uploading to the FTP site.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <packaging>pom</packaging>
7
7
        <name>Platforms Installation Tool</name>
8
8
        <version>0.1-SNAPSHOT</version>
 
9
        <description>  When working as a team on a project, there is early the need to homogenize the tools used by the developers: C++/JAVA IDE, compiler version, JDK version, Code Formatter preferences ...
 
10
 
 
11
  When managing the continuous integration and the build platforms, when installing integration and QA platforms, we would like to be able to easily duplicate the platform according to a certain configuration of tools to install and of configuration.
 
12
 
 
13
  To take care of this need, I have decided to create this Platforms Installation Tool (Pl.Ins.Tool).
 
14
</description>
 
15
        <licenses>
 
16
                <license>
 
17
                        <name>GNU GPL v3</name>
 
18
                        <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
 
19
                </license>
 
20
        </licenses>
9
21
        <url>http://plinstool.wattazoum.fr</url>
10
22
        <issueManagement>
11
23
                <system>Launchpad</system>
20
32
                </developer>
21
33
        </developers>
22
34
        <scm>
23
 
                <url>scm:bazaar:</url>
 
35
                <connection>scm:bazaar:lp:plinstool</connection>
 
36
                <developerConnection>scm:bazaar:lp:plinstool</developerConnection>
 
37
                <url>http://code.launchpad.net/~wattazoum/plinstool/trunk</url>
24
38
        </scm>
 
39
        <build>
 
40
                <plugins>
 
41
                        <plugin>
 
42
                                <groupId>org.apache.maven.plugins</groupId>
 
43
                                <artifactId>maven-site-plugin</artifactId>
 
44
                                <version>2.0.1</version>
 
45
                        </plugin>
 
46
                </plugins>
 
47
                <extensions>
 
48
                        <extension>
 
49
                                <groupId>org.mod4j.patched</groupId>
 
50
                                <artifactId>wagon-ftp</artifactId>
 
51
                                <version>1.0-beta-5-PATCHED-v1</version>
 
52
                        </extension>
 
53
                </extensions>
 
54
        </build>
25
55
        <reporting>
26
56
                <plugins>
27
57
                        <plugin>
32
62
                </plugins>
33
63
        </reporting>
34
64
        <distributionManagement>
35
 
                <site>
36
 
                        <id>plinstool.ftp</id>
 
65
                <site>
 
 
b'\t\t\t<id>plinstool-ftp</id>'
37
66
                        <name>Free FTP for PlInsTool Website.</name>
38
67
                        <url>ftp://ftpperso.free.fr/plinstool/</url>
39
68
                </site>