Changeset 1140


Ignore:
Timestamp:
09/19/11 19:42:28 (20 months ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-parse/trunk/pom.xml

    r1114 r1140  
    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"> 
    2         <modelVersion>4.0.0</modelVersion> 
    3         <groupId>uk.ac.cardiff.raptor</groupId> 
    4         <artifactId>raptor-parse</artifactId> 
    5         <version>0.1.6-SNAPSHOT</version> 
    6         <name>Raptor Event Parsing Library</name> 
     1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     2    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <modelVersion>4.0.0</modelVersion> 
     4    <groupId>uk.ac.cardiff.raptor</groupId> 
     5    <artifactId>raptor-parse</artifactId> 
     6    <version>0.1.6-SNAPSHOT</version> 
     7    <name>Raptor Event Parsing Library</name> 
    78 
    89 
    9         <licenses> 
    10                 <license> 
    11                         <name>Apache 2</name> 
    12                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    13                         <distribution>repo</distribution> 
    14                 </license> 
    15         </licenses> 
     10    <licenses> 
     11        <license> 
     12            <name>Apache 2</name> 
     13            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     14            <distribution>repo</distribution> 
     15        </license> 
     16    </licenses> 
    1617 
    1718 
    18         <!-- Adding extra repositories for any other libs, which is hosted on Iam --> 
    19         <repositories> 
    20                 <repository> 
    21                         <releases> 
    22                                 <enabled>true</enabled> 
    23                         </releases> 
    24                         <snapshots> 
    25                                 <enabled>true</enabled> 
    26                                 <updatePolicy>always</updatePolicy> 
    27                         </snapshots> 
    28                         <id>raptor-extras-repo</id> 
    29                         <name>Iam Local Maven Repo</name> 
    30                         <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-extra</url> 
    31                         <layout>default</layout> 
    32                 </repository> 
    33                 <repository> 
    34                         <releases> 
    35                                 <enabled>true</enabled> 
    36                         </releases> 
    37                         <snapshots> 
    38                                 <enabled>true</enabled> 
    39                                 <updatePolicy>always</updatePolicy> 
    40                         </snapshots> 
    41                         <id>raptor-snapshot-repo</id> 
    42                         <name>Iam Local Maven Repo Snapshots</name> 
    43                         <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-snapshot</url> 
    44                         <layout>default</layout> 
    45                 </repository> 
    46                 <repository> 
    47                         <releases> 
    48                                 <enabled>true</enabled> 
    49                         </releases> 
    50                         <snapshots> 
    51                                 <enabled>true</enabled> 
    52                                 <updatePolicy>always</updatePolicy> 
    53                         </snapshots> 
    54                         <id>raptor-release-repo</id> 
    55                         <name>Iam Local Maven Repo Releases</name> 
    56                         <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-release</url> 
    57                         <layout>default</layout> 
    58                 </repository> 
    59         </repositories> 
    60         <!-- done --> 
     19    <!-- Adding extra repositories for any other libs, which is hosted on Iam --> 
     20    <repositories> 
     21        <repository> 
     22            <releases> 
     23                <enabled>true</enabled> 
     24            </releases> 
     25            <snapshots> 
     26                <enabled>true</enabled> 
     27                <updatePolicy>always</updatePolicy> 
     28            </snapshots> 
     29            <id>raptor-extras-repo</id> 
     30            <name>Iam Local Maven Repo</name> 
     31            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-extra</url> 
     32            <layout>default</layout> 
     33        </repository> 
     34        <repository> 
     35            <releases> 
     36                <enabled>true</enabled> 
     37            </releases> 
     38            <snapshots> 
     39                <enabled>true</enabled> 
     40                <updatePolicy>always</updatePolicy> 
     41            </snapshots> 
     42            <id>raptor-snapshot-repo</id> 
     43            <name>Iam Local Maven Repo Snapshots</name> 
     44            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-snapshot</url> 
     45            <layout>default</layout> 
     46        </repository> 
     47        <repository> 
     48            <releases> 
     49                <enabled>true</enabled> 
     50            </releases> 
     51            <snapshots> 
     52                <enabled>true</enabled> 
     53                <updatePolicy>always</updatePolicy> 
     54            </snapshots> 
     55            <id>raptor-release-repo</id> 
     56            <name>Iam Local Maven Repo Releases</name> 
     57            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-release</url> 
     58            <layout>default</layout> 
     59        </repository> 
     60    </repositories> 
     61    <!-- done --> 
    6162 
    6263 
    63         <scm> 
    64                 <developerConnection>scm:svn:http://iam.cf.ac.uk/repos/RAPTOR/raptor-parse/trunk</developerConnection> 
    65                 <url>http://iam.cf.ac.uk/repos/RAPTOR/raptor-parse</url> 
    66         </scm> 
     64    <scm> 
     65        <developerConnection>scm:svn:http://iam.cf.ac.uk/repos/RAPTOR/raptor-parse/trunk</developerConnection> 
     66        <url>http://iam.cf.ac.uk/repos/RAPTOR/raptor-parse</url> 
     67    </scm> 
    6768 
    6869 
    69         <distributionManagement> 
    70                 <repository> 
    71                         <uniqueVersion>false</uniqueVersion> 
    72                         <id>raptor-release</id> 
    73                         <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-release</url> 
    74                 </repository> 
    75                 <snapshotRepository> 
    76                         <uniqueVersion>false</uniqueVersion> 
    77                         <id>raptor-snapshot</id> 
    78                         <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-snapshot</url> 
    79                 </snapshotRepository> 
    80         </distributionManagement> 
     70    <distributionManagement> 
     71        <repository> 
     72            <uniqueVersion>false</uniqueVersion> 
     73            <id>raptor-release</id> 
     74            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-release</url> 
     75        </repository> 
     76        <snapshotRepository> 
     77            <uniqueVersion>false</uniqueVersion> 
     78            <id>raptor-snapshot</id> 
     79            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-snapshot</url> 
     80        </snapshotRepository> 
     81    </distributionManagement> 
    8182 
    8283 
    83         <dependencies> 
    84                 <dependency> 
    85                         <groupId>uk.ac.cardiff.raptor</groupId> 
    86                         <artifactId>raptor-information-model</artifactId> 
    87                         <version>0.1.7-SNAPSHOT</version> 
    88                         <scope>provided</scope> 
    89                 </dependency> 
    90                 <dependency> 
    91                         <groupId>uk.ac.cardiff.raptor</groupId> 
    92                         <artifactId>raptor-client</artifactId> 
    93                         <version>0.1.7-SNAPSHOT</version> 
    94                         <scope>provided</scope> 
    95                 </dependency> 
    96                 <dependency> 
    97                         <groupId>commons-lang</groupId> 
    98                         <artifactId>commons-lang</artifactId> 
    99                         <version>2.6</version> 
    100                 </dependency> 
    101                 <dependency> 
    102                         <groupId>ch.qos.logback</groupId> 
    103                         <artifactId>logback-classic</artifactId> 
    104                         <version>0.9.27</version> 
    105                 </dependency> 
     84    <dependencies> 
    10685 
    107         </dependencies> 
     86        <!-- Raptor Dependencies --> 
     87        <dependency> 
     88            <groupId>uk.ac.cardiff.raptor</groupId> 
     89            <artifactId>raptor-information-model</artifactId> 
     90            <version>0.1.8-SNAPSHOT</version> 
     91            <scope>provided</scope> 
     92        </dependency> 
     93        <dependency> 
     94            <groupId>uk.ac.cardiff.raptor</groupId> 
     95            <artifactId>raptor-client</artifactId> 
     96            <version>0.1.8-SNAPSHOT</version> 
     97            <scope>provided</scope> 
     98        </dependency> 
    10899 
    109100 
    110         <build> 
    111                 <pluginManagement> 
    112                         <plugins> 
     101        <!-- commons and logging --> 
     102        <dependency> 
     103            <groupId>commons-lang</groupId> 
     104            <artifactId>commons-lang</artifactId> 
     105            <version>2.6</version> 
     106        </dependency> 
     107        <dependency> 
     108            <groupId>ch.qos.logback</groupId> 
     109            <artifactId>logback-classic</artifactId> 
     110            <version>0.9.27</version> 
     111        </dependency> 
    113112 
    114                                 <plugin> 
    115                                         <groupId>org.apache.maven.plugins</groupId> 
    116                                         <artifactId>maven-compiler-plugin</artifactId> 
    117                                         <configuration> 
    118                                                 <source>1.6</source> 
    119                                                 <target>1.6</target> 
    120                                         </configuration> 
    121                                 </plugin> 
    122                                 <plugin> 
    123                                         <groupId>org.apache.maven.plugins</groupId> 
    124                                         <artifactId>maven-eclipse-plugin</artifactId> 
    125                                         <configuration> 
    126                                                 <projectNameTemplate>[artifactId]-[version]</projectNameTemplate> 
    127                                                 <wtpmanifest>true</wtpmanifest> 
    128                                                 <wtpapplicationxml>true</wtpapplicationxml> 
    129                                                 <wtpversion>2.0</wtpversion> 
    130                                         </configuration> 
    131                                 </plugin> 
    132                                 <plugin> 
    133                                         <groupId>com.google.code.maven-license-plugin</groupId> 
    134                                         <artifactId>maven-license-plugin</artifactId> 
    135                                         <version>1.4.0</version> 
    136                                 </plugin> 
    137                         </plugins> 
    138                 </pluginManagement> 
    139                 <plugins> 
    140                         <plugin> 
    141                                 <artifactId>maven-release-plugin</artifactId> 
    142                                 <version>2.0</version> 
    143                                 <configuration> 
    144                                         <username>philsmart</username> 
    145                                         <password>nv75hh</password> 
    146                                         <tagBase> 
    147                                                 http://iam.cf.ac.uk/repos/RAPTOR/raptor-parse/tags 
     113    </dependencies> 
     114 
     115 
     116    <build> 
     117        <pluginManagement> 
     118            <plugins> 
     119 
     120                <plugin> 
     121                    <groupId>org.apache.maven.plugins</groupId> 
     122                    <artifactId>maven-compiler-plugin</artifactId> 
     123                    <configuration> 
     124                        <source>1.6</source> 
     125                        <target>1.6</target> 
     126                    </configuration> 
     127                </plugin> 
     128                <plugin> 
     129                    <groupId>org.apache.maven.plugins</groupId> 
     130                    <artifactId>maven-eclipse-plugin</artifactId> 
     131                    <configuration> 
     132                        <projectNameTemplate>[artifactId]-[version]</projectNameTemplate> 
     133                        <wtpmanifest>true</wtpmanifest> 
     134                        <wtpapplicationxml>true</wtpapplicationxml> 
     135                        <wtpversion>2.0</wtpversion> 
     136                    </configuration> 
     137                </plugin> 
     138                <plugin> 
     139                    <groupId>com.google.code.maven-license-plugin</groupId> 
     140                    <artifactId>maven-license-plugin</artifactId> 
     141                    <version>1.4.0</version> 
     142                </plugin> 
     143            </plugins> 
     144        </pluginManagement> 
     145        <plugins> 
     146            <plugin> 
     147                <artifactId>maven-release-plugin</artifactId> 
     148                <version>2.0</version> 
     149                <configuration> 
     150                    <username>philsmart</username> 
     151                    <password>nv75hh</password> 
     152                    <tagBase> 
     153                        http://iam.cf.ac.uk/repos/RAPTOR/raptor-parse/tags 
    148154                    </tagBase> 
    149                                         <providerImplementations> 
    150                                                 <svn>javasvn</svn> 
    151                                         </providerImplementations> 
    152                                 </configuration> 
    153                                 <dependencies> 
    154                                         <dependency> 
    155                                                 <groupId>com.google.code.maven-scm-provider-svnjava</groupId> 
    156                                                 <artifactId>maven-scm-provider-svnjava</artifactId> 
    157                                                 <version>1.10</version> 
    158                                         </dependency> 
    159                                 </dependencies> 
    160                         </plugin> 
    161                         <plugin> 
    162                                 <groupId>com.google.code.maven-license-plugin</groupId> 
    163                                 <artifactId>maven-license-plugin</artifactId> 
    164                                 <version>1.4.0</version> 
    165                                 <configuration> 
    166                                         <includes> 
    167                                                 <include>src/**</include> 
    168                                                 <include>**/test/**</include> 
    169                                         </includes> 
    170                                         <excludes> 
    171                                                 <exclude>target/**</exclude> 
    172                                                 <exclude>.clover/**</exclude> 
    173                                         </excludes> 
    174                                         <header>src/main/resources/license-apache</header> 
    175                                         <properties> 
    176                                                 <year>2010</year> 
    177                                                 <email>smartp@cf.ac.uk</email> 
    178                                                 <name>Cardiff University, Wales</name> 
    179                                         </properties> 
    180                                 </configuration> 
    181                                 <executions> 
    182                                         <execution> 
    183                                                 <goals> 
    184                                                         <goal>check</goal> 
    185                                                 </goals> 
    186                                         </execution> 
    187                                 </executions> 
    188                         </plugin> 
     155                    <providerImplementations> 
     156                        <svn>javasvn</svn> 
     157                    </providerImplementations> 
     158                </configuration> 
     159                <dependencies> 
     160                    <dependency> 
     161                        <groupId>com.google.code.maven-scm-provider-svnjava</groupId> 
     162                        <artifactId>maven-scm-provider-svnjava</artifactId> 
     163                        <version>1.10</version> 
     164                    </dependency> 
     165                </dependencies> 
     166            </plugin> 
     167            <plugin> 
     168                <groupId>com.google.code.maven-license-plugin</groupId> 
     169                <artifactId>maven-license-plugin</artifactId> 
     170                <version>1.4.0</version> 
     171                <configuration> 
     172                    <includes> 
     173                        <include>src/**</include> 
     174                        <include>**/test/**</include> 
     175                    </includes> 
     176                    <excludes> 
     177                        <exclude>target/**</exclude> 
     178                        <exclude>.clover/**</exclude> 
     179                    </excludes> 
     180                    <header>src/main/resources/license-apache</header> 
     181                    <properties> 
     182                        <year>2010</year> 
     183                        <email>smartp@cf.ac.uk</email> 
     184                        <name>Cardiff University, Wales</name> 
     185                    </properties> 
     186                </configuration> 
     187                <executions> 
     188                    <execution> 
     189                        <goals> 
     190                            <goal>check</goal> 
     191                        </goals> 
     192                    </execution> 
     193                </executions> 
     194            </plugin> 
    189195 
    190                 </plugins> 
    191         </build> 
     196        </plugins> 
     197    </build> 
    192198 
    193199</project> 
Note: See TracChangeset for help on using the changeset viewer.