Changeset 4210


Ignore:
Timestamp:
01/02/14 17:01:37 (10 years ago)
Author:
olhsha
Message:

compiling deployment-tarball.

Location:
DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/pom.xml

    r4209 r4210  
    22         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    33    <modelVersion>4.0.0</modelVersion>
     4   
    45    <groupId>eu.dasish.annotation</groupId>
    56    <artifactId>annotator-backend</artifactId>
     7    <version>${project.version}</version>   
    68    <packaging>war</packaging>
    7     <version>1.0-SNAPSHOT</version>
    89    <name>annotator-backend Jersey Webapp</name>
    910    <organization>
     
    1112        <url>https://trac.clarin.eu/wiki/DASISH</url>
    1213    </organization>
     14   
    1315    <build>
    14         <finalName>annotator-backend</finalName>
     16        <finalName>annotator-backend-${project.version}</finalName>
    1517        <testResources>
    1618            <testResource>
     
    3436                </configuration>
    3537            </plugin>
     38           
     39           
     40            <plugin>
     41                <groupId>org.apache.maven.plugins</groupId>
     42                <artifactId>maven-war-plugin</artifactId>
     43                <version>2.3</version>
     44            </plugin>
     45           
     46           <plugin>
     47                <artifactId>maven-assembly-plugin</artifactId>
     48                <version>2.4</version>
     49                <executions>
     50                    <execution>
     51                        <id>make-assembly</id>
     52                        <phase>package</phase>
     53                        <goals>
     54                            <goal>single</goal>
     55                        </goals>
     56                        <configuration>
     57                            <descriptors>
     58                                <descriptor>src/main/assembly/deploymenttarball.xml</descriptor>
     59                            </descriptors>
     60                        </configuration>
     61                    </execution>
     62                </executions>
     63            </plugin>
     64           
    3665            <!-- Run the application using "mvn embedded-glassfish:run" -->
    3766            <plugin>
     
    252281        <netbeans.hint.license>gpl20</netbeans.hint.license> 
    253282        <plugin.license.copyrightYear>2013</plugin.license.copyrightYear>
     283        <project.version>1.0</project.version>
    254284    </properties>
    255285</project>
Note: See TracChangeset for help on using the changeset viewer.