source: devel/testlink/automation2.0/pom.xml @ 5112

Revision 5112, 6.3 KB checked in by luiz-fernando, 13 years ago (diff)

Ticket #1771 - Refactoring, criadas novas classes para Pasta, Filtro, Pesquisa

Line 
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>br.gov.serpro.cte</groupId>
5        <artifactId>ExpressoAutomation2.0</artifactId>
6        <name>ExpressoAutomation2</name>
7        <url>http://maven.apache.org</url>
8        <version>0.0.1-SNAPSHOT</version>
9        <properties>
10                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11        </properties>
12        <pluginRepositories>
13                <pluginRepository>
14                        <id>testng-xslt-plugin</id>
15                        <url>http://www.cosminaru.ro/maven/</url>
16                </pluginRepository>
17        </pluginRepositories>
18        <reporting>
19                <plugins>
20                        <plugin>
21                                <groupId>org.testng.xslt</groupId>
22                                <artifactId>testng-xslt-plugin</artifactId>
23                                <version>1.1</version>
24                                <configuration>
25                                        <!--Setting the output directory -->
26                                        <!--<outputDir>${project.basedir}/target/site/${pom.artifactId}</outputDir> -->
27                                        <!--Setting the testNgXslt.showRuntimeTotals flag -->
28                                        <showRuntimeTotals>true</showRuntimeTotals>
29                                        <!--Setting the testNgXslt.cssFile parameter. This should be relative
30                                                to the '${basedir}/target/site/testng-xslt' directory -->
31                                        <sortTestCaseLinks>true</sortTestCaseLinks>
32                                        <testDetailsFilter>FAIL,PASS,SKIP,CONF</testDetailsFilter>
33                                </configuration>
34                        </plugin>
35                </plugins>
36        </reporting>
37
38        <build>
39                <plugins>
40                        <plugin>
41                                <groupId>org.apache.maven.plugins</groupId>
42                                <artifactId>maven-compiler-plugin</artifactId>
43                                <version>2.0.2</version>
44                                <configuration>
45                                        <source>1.6</source>
46                                        <target>1.6</target>
47                                </configuration>
48                        </plugin>
49
50                        <plugin>
51                                <artifactId>maven-surefire-plugin</artifactId>
52                                <version>2.4</version>
53                                <configuration>
54                                    <!--
55                                        <suiteXmlFiles>
56                                                <suiteXmlFile>SetupEmailPreferences.xml</suiteXmlFile>
57                                                <suiteXmlFile>[FUN02.1] - ComporMensagem.xml</suiteXmlFile>
58                                                <suiteXmlFile>[FUN02.2] - LerMensagem.xml</suiteXmlFile>
59                                                <suiteXmlFile>[FUN02.3] - ListarMensagem.xml</suiteXmlFile>
60                                                <suiteXmlFile>[FUN02.5] - ResponderMensagem.xml</suiteXmlFile>
61                                                <suiteXmlFile>[FUN02.6] - GerenciarPastas.xml</suiteXmlFile>
62                                                <suiteXmlFile>[FUN02.8] - PesquisarMensagem.xml</suiteXmlFile>
63                                                <suiteXmlFile>[FUN02.7] - GerenciarFiltros.xml</suiteXmlFile>
64                                        </suiteXmlFiles>
65                                       
66                                         
67                                        <suiteXmlFiles>
68                                                <suiteXmlFile>[FUN03.1] - FiltrarCompromisso.xml</suiteXmlFile>
69                                                <suiteXmlFile>[FUN03.2] - AdicionarCompromisso.xml</suiteXmlFile>
70                                                <suiteXmlFile>[FUN03.3] - PesquisarCompromisso.xml</suiteXmlFile>
71                                                <suiteXmlFile>[FUN03.6] - VisualizarCompromisso.xml</suiteXmlFile>
72                                                <suiteXmlFile>[FUN03.7] - CompartilharAgenda.xml</suiteXmlFile>
73                                                <suiteXmlFile>[FUN03.8] - PreferenciaAgenda.xml</suiteXmlFile>
74                                        </suiteXmlFiles>
75                                         -->
76
77                                        <suiteXmlFiles>
78                                                <suiteXmlFile>testic.xml</suiteXmlFile>
79                                        </suiteXmlFiles>
80                                         
81                                        <testFailureIgnore>true</testFailureIgnore>
82                                </configuration>
83                        </plugin>
84                        <!--
85                        <plugin>
86                                <groupId>org.codehaus.mojo</groupId>
87                                <artifactId>aspectj-maven-plugin</artifactId>
88                                <version>1.3.1</version>
89                                <configuration>
90                                        <complianceLevel>1.6</complianceLevel>
91                                </configuration>
92                                <executions>
93                                        <execution>
94                                                <goals>
95                                                        <goal>compile</goal>
96                                                        <goal>test-compile</goal>
97                                                </goals>
98                                        </execution>
99                                </executions>
100                        </plugin>
101                         -->
102                         
103                         
104                         <!--
105                        <plugin>
106                    <groupId>org.apache.maven.plugins</groupId>
107                    <artifactId>maven-surefire-plugin</artifactId>
108                    <version>2.5</version>
109                    <configuration>
110                        <properties>
111                            <property>
112                                <name>usedefaultlisteners</name>
113                                <value>false</value>
114                            </property>
115                            <property>
116                                <name>listener</name>
117                                <value>org.uncommons.reportng.HTMLReporter, org.uncommons.reportng.JUnitXMLReporter</value>
118                            </property>
119                        </properties>
120                        <workingDirectory>target/</workingDirectory>
121                    </configuration>
122                </plugin>       
123                -->             
124                </plugins>
125        </build>
126
127        <repositories>
128                <repository>
129                        <id>maven2-repository.java.net</id>
130                        <name>Java.net Repository for Maven</name>
131                        <url>http://download.java.net/maven/2/</url>
132                        <layout>default</layout>
133                </repository>
134                <repository>
135                        <id>itextpdf.com</id>
136                        <name>Maven Repository for iText</name>
137                        <url>http://maven.itextpdf.com/</url>
138                </repository>
139        </repositories>
140        <dependencies>
141                <dependency>
142                        <groupId>org.seleniumhq.selenium</groupId>
143                        <artifactId>selenium</artifactId>
144                        <version>2.0b3</version>
145                        <type>pom</type>
146                        <scope>compile</scope>
147                </dependency>
148                <dependency>
149                        <groupId>org.testng</groupId>
150                        <artifactId>testng</artifactId>
151                        <version>6.0.1</version>
152                        <type>jar</type>
153                        <scope>compile</scope>
154                </dependency>
155                <dependency>
156                        <groupId>org.uncommons</groupId>
157                        <artifactId>reportng</artifactId>
158                        <version>1.1.2</version>
159                        <scope>compile</scope>
160                        <exclusions>
161                                <exclusion>
162                                        <groupId>org.testng</groupId>
163                                        <artifactId>testng</artifactId>
164                                </exclusion>
165                        </exclusions>
166                </dependency>
167                <dependency>
168                        <groupId>net.htmlparser.jericho</groupId>
169                        <artifactId>jericho-html</artifactId>
170                        <version>3.1</version>
171                        <type>jar</type>
172                        <scope>compile</scope>
173                </dependency>
174                <dependency>
175                        <groupId>org.aspectj</groupId>
176                        <artifactId>aspectjweaver</artifactId>
177                        <version>1.6.10</version>
178                        <type>jar</type>
179                        <scope>compile</scope>
180                </dependency>
181                <dependency>
182                        <groupId>com.itextpdf</groupId>
183                        <artifactId>itextpdf</artifactId>
184                        <version>5.0.6</version>
185                        <scope>compile</scope>
186                </dependency>
187                <dependency>
188                        <groupId>org.xhtmlrenderer</groupId>
189                        <artifactId>core-renderer</artifactId>
190                        <version>R8</version>
191                        <type>jar</type>
192                        <scope>compile</scope>
193                </dependency>
194                <dependency>
195                        <groupId>org.aspectj</groupId>
196                        <artifactId>aspectjtools</artifactId>
197                        <version>1.6.10</version>
198                        <type>jar</type>
199                        <scope>compile</scope>
200                </dependency>
201                <dependency>
202                        <groupId>org.aspectj</groupId>
203                        <artifactId>aspectjrt</artifactId>
204                        <version>1.6.10</version>
205                        <type>jar</type>
206                        <scope>compile</scope>
207                </dependency>
208        </dependencies>
209
210</project>
Note: See TracBrowser for help on using the repository browser.