Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
||
| 3 | <modelVersion>4.0.0</modelVersion> |
||
| 4 | <groupId>br.edu.cesmac</groupId> |
||
| 5 | <artifactId>sis</artifactId> |
||
| 6 | <version>1.18.0-SNAPSHOT</version> |
||
| 7 | <packaging>pom</packaging> |
||
| 8 | <name>SIC</name> |
||
| 9 | <description>Sistema de Iniciação Científica</description> |
||
| 10 | <modules> |
||
| 11 | <module>sis-core</module> |
||
| 12 | <module>sis-web</module> |
||
| 13 | </modules> |
||
| 14 | |||
| 15 | <properties> |
||
| 16 | <sourceEncoding>UTF-8</sourceEncoding> |
||
| 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||
| 18 | |||
| 19 | <java.version>1.7</java.version> |
||
| 20 | <cesmac-framework.version>1.10.0</cesmac-framework.version> |
||
| 21 | <scg.version>1.6.0</scg.version> |
||
| 22 | <sca.version>1.3.0</sca.version> |
||
| 23 | <sac.version>1.0.0</sac.version> |
||
| 24 | <scf.version>1.0.0-SNAPSHOT</scf.version> |
||
| 25 | <relatorio-font-arial.version>1.0</relatorio-font-arial.version> |
||
| 26 | <spring.version>3.1.4.RELEASE</spring.version> |
||
| 27 | <jsf-impl.version>2.1.6</jsf-impl.version> |
||
| 28 | <jstl.version>1.2</jstl.version> |
||
| 29 | <hibernate.version>4.2.16.Final</hibernate.version> |
||
| 30 | <c3p0.version>0.9.1.2</c3p0.version> |
||
| 31 | <spring.security.version>3.0.3.RELEASE</spring.security.version> |
||
| 32 | <aspectj.version>1.6.12</aspectj.version> |
||
| 33 | <junit.version>4.8.1</junit.version> |
||
| 34 | <jmock.version>2.5.1</jmock.version> |
||
| 35 | <jersey.version>1.19.1</jersey.version> |
||
| 36 | |||
| 37 | <archiva-cesmac.url>http://10.1.16.125:8000</archiva-cesmac.url> |
||
| 38 | |||
| 39 | <tomcat-maven-plugin.version>2.0-beta-1</tomcat-maven-plugin.version> |
||
| 40 | <tomcat.version>7.0.28</tomcat.version> |
||
| 41 | <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile> |
||
| 42 | </properties> |
||
| 43 | |||
| 44 | <!-- ARCHIVA CESMAC --> |
||
| 45 | <pluginRepositories> |
||
| 46 | <pluginRepository> |
||
| 47 | <id>archiva.snapshots</id> |
||
| 48 | <name>Archiva Managed Snapshot Repository</name> |
||
| 49 | <url>${archiva-cesmac.url}/repository/snapshots/</url> |
||
| 50 | <releases> |
||
| 51 | <enabled>false</enabled> |
||
| 52 | </releases> |
||
| 53 | <snapshots> |
||
| 54 | <enabled>true</enabled> |
||
| 55 | </snapshots> |
||
| 56 | </pluginRepository> |
||
| 57 | <pluginRepository> |
||
| 58 | <id>archiva.internal</id> |
||
| 59 | <name>Archiva Managed Internal Repository</name> |
||
| 60 | <url>${archiva-cesmac.url}/repository/internal/</url> |
||
| 61 | <releases> |
||
| 62 | <enabled>true</enabled> |
||
| 63 | </releases> |
||
| 64 | <snapshots> |
||
| 65 | <enabled>false</enabled> |
||
| 66 | </snapshots> |
||
| 67 | </pluginRepository> |
||
| 68 | </pluginRepositories> |
||
| 69 | |||
| 70 | <!-- ARCHIVA CESMAC --> |
||
| 71 | <distributionManagement> |
||
| 72 | <repository> |
||
| 73 | <id>archiva.internal</id> |
||
| 74 | <url>${archiva-cesmac.url}/repository/internal/</url> |
||
| 75 | </repository> |
||
| 76 | <snapshotRepository> |
||
| 77 | <id>archiva.snapshots</id> |
||
| 78 | <url>${archiva-cesmac.url}/repository/snapshots/</url> |
||
| 79 | </snapshotRepository> |
||
| 80 | </distributionManagement> |
||
| 81 | |||
| 82 | <repositories> |
||
| 83 | <repository> |
||
| 84 | <id>prime-repo</id> |
||
| 85 | <name>PrimeFaces Maven Repository</name> |
||
| 86 | <url>http://repository.primefaces.org</url> |
||
| 87 | <layout>default</layout> |
||
| 88 | </repository> |
||
| 89 | |||
| 90 | <repository> |
||
| 91 | <id>maven2-repository.dev.java.net</id> |
||
| 92 | <name>Java.net Repository for Maven</name> |
||
| 93 | <url>http://download.java.net/maven/2/</url> |
||
| 94 | <layout>default</layout> |
||
| 95 | </repository> |
||
| 96 | |||
| 97 | <repository> |
||
| 98 | <id>archiva.internal</id> |
||
| 99 | <name>Archiva Managed Internal Repository</name> |
||
| 100 | <url>${archiva-cesmac.url}/repository/internal/</url> |
||
| 101 | <releases> |
||
| 102 | <enabled>true</enabled> |
||
| 103 | </releases> |
||
| 104 | <snapshots> |
||
| 105 | <enabled>false</enabled> |
||
| 106 | </snapshots> |
||
| 107 | </repository> |
||
| 108 | |||
| 109 | <repository> |
||
| 110 | <id>archiva.snapshots</id> |
||
| 111 | <name>Archiva Managed Snapshot Repository</name> |
||
| 112 | <url>${archiva-cesmac.url}/repository/snapshots/</url> |
||
| 113 | <releases> |
||
| 114 | <enabled>false</enabled> |
||
| 115 | </releases> |
||
| 116 | <snapshots> |
||
| 117 | <enabled>true</enabled> |
||
| 118 | </snapshots> |
||
| 119 | </repository> |
||
| 120 | </repositories> |
||
| 121 | |||
| 122 | <dependencyManagement> |
||
| 123 | <dependencies> |
||
| 124 | <dependency> |
||
| 125 | <groupId>org.jsoup</groupId> |
||
| 126 | <artifactId>jsoup</artifactId> |
||
| 127 | <version>1.8.3</version> |
||
| 128 | </dependency> |
||
| 129 | |||
| 130 | |||
| 131 | <!-- MODULOS --> |
||
| 132 | <dependency> |
||
| 133 | <groupId>br.edu.cesmac</groupId> |
||
| 134 | <artifactId>sic-core</artifactId> |
||
| 135 | <version>${project.version}</version> |
||
| 136 | </dependency> |
||
| 137 | |||
| 138 | <dependency> |
||
| 139 | <groupId>br.edu.cesmac</groupId> |
||
| 140 | <artifactId>sca-seguranca</artifactId> |
||
| 141 | <version>${sca.version}</version> |
||
| 142 | </dependency> |
||
| 143 | |||
| 144 | <dependency> |
||
| 145 | <groupId>br.edu.cesmac</groupId> |
||
| 146 | <artifactId>sac-shared</artifactId> |
||
| 147 | <version>${sac.version}</version> |
||
| 148 | </dependency> |
||
| 149 | |||
| 150 | <dependency> |
||
| 151 | <groupId>br.edu.cesmac</groupId> |
||
| 152 | <artifactId>scf-shared</artifactId> |
||
| 153 | <version>${scf.version}</version> |
||
| 154 | </dependency> |
||
| 155 | |||
| 156 | <dependency> |
||
| 157 | <groupId>br.edu.cesmac</groupId> |
||
| 158 | <artifactId>cesmac-framework-core</artifactId> |
||
| 159 | <version>${cesmac-framework.version}</version> |
||
| 160 | </dependency> |
||
| 161 | <dependency> |
||
| 162 | <groupId>br.edu.cesmac</groupId> |
||
| 163 | <artifactId>cesmac-framework-relatorio</artifactId> |
||
| 164 | <version>${cesmac-framework.version}</version> |
||
| 165 | </dependency> |
||
| 166 | <dependency> |
||
| 167 | <groupId>br.edu.cesmac</groupId> |
||
| 168 | <artifactId>cesmac-framework-views</artifactId> |
||
| 169 | <version>${cesmac-framework.version}</version> |
||
| 170 | </dependency> |
||
| 171 | <dependency> |
||
| 172 | <groupId>br.edu.cesmac</groupId> |
||
| 173 | <artifactId>cesmac-framework-web</artifactId> |
||
| 174 | <version>${cesmac-framework.version}</version> |
||
| 175 | </dependency> |
||
| 176 | <dependency> |
||
| 177 | <groupId>br.edu.cesmac</groupId> |
||
| 178 | <artifactId>cesmac-framework-test</artifactId> |
||
| 179 | <version>${cesmac-framework.version}</version> |
||
| 180 | <scope>test</scope> |
||
| 181 | </dependency> |
||
| 182 | <dependency> |
||
| 183 | <groupId>br.edu.cesmac</groupId> |
||
| 184 | <artifactId>cesmac-framework-ws</artifactId> |
||
| 185 | <version>${cesmac-framework.version}</version> |
||
| 186 | </dependency> |
||
| 187 | <dependency> |
||
| 188 | <groupId>br.edu.cesmac</groupId> |
||
| 189 | <artifactId>scg-web-componente</artifactId> |
||
| 190 | <version>${scg.version}</version> |
||
| 191 | </dependency> |
||
| 192 | <dependency> |
||
| 193 | <groupId>br.edu.cesmac</groupId> |
||
| 194 | <artifactId>tomcat-resource</artifactId> |
||
| 195 | <version>1.0</version> |
||
| 196 | </dependency> |
||
| 197 | <!-- Spring 3 dependencies --> |
||
| 198 | <dependency> |
||
| 199 | <groupId>org.springframework</groupId> |
||
| 200 | <artifactId>spring-core</artifactId> |
||
| 201 | <version>${spring.version}</version> |
||
| 202 | </dependency> |
||
| 203 | |||
| 204 | <dependency> |
||
| 205 | <groupId>br.edu.cesmac</groupId> |
||
| 206 | <artifactId>relatorio-font-arial</artifactId> |
||
| 207 | <version>${relatorio-font-arial.version}</version> |
||
| 208 | </dependency> |
||
| 209 | |||
| 210 | <dependency> |
||
| 211 | <groupId>org.springframework</groupId> |
||
| 212 | <artifactId>spring-context</artifactId> |
||
| 213 | <version>${spring.version}</version> |
||
| 214 | </dependency> |
||
| 215 | |||
| 216 | <dependency> |
||
| 217 | <groupId>org.springframework</groupId> |
||
| 218 | <artifactId>spring-web</artifactId> |
||
| 219 | <version>${spring.version}</version> |
||
| 220 | </dependency> |
||
| 221 | |||
| 222 | <dependency> |
||
| 223 | <groupId>org.springframework</groupId> |
||
| 224 | <artifactId>spring-tx</artifactId> |
||
| 225 | <version>${spring.version}</version> |
||
| 226 | </dependency> |
||
| 227 | |||
| 228 | <dependency> |
||
| 229 | <groupId>org.springframework</groupId> |
||
| 230 | <artifactId>spring-aspects</artifactId> |
||
| 231 | <version>${spring.version}</version> |
||
| 232 | </dependency> |
||
| 233 | |||
| 234 | <!-- JSF dependencies --> |
||
| 235 | <dependency> |
||
| 236 | <groupId>com.sun.faces</groupId> |
||
| 237 | <artifactId>jsf-impl</artifactId> |
||
| 238 | <version>${jsf-impl.version}</version> |
||
| 239 | </dependency> |
||
| 240 | |||
| 241 | <dependency> |
||
| 242 | <groupId>javax.servlet</groupId> |
||
| 243 | <artifactId>jstl</artifactId> |
||
| 244 | <version>${jstl.version}</version> |
||
| 245 | </dependency> |
||
| 246 | |||
| 247 | <dependency> |
||
| 248 | <groupId>org.primefaces.themes</groupId> |
||
| 249 | <artifactId>bootstrap</artifactId> |
||
| 250 | <version>1.0.10</version> |
||
| 251 | </dependency> |
||
| 252 | |||
| 253 | <!-- Hibernate dependency --> |
||
| 254 | <dependency> |
||
| 255 | <groupId>org.hibernate</groupId> |
||
| 256 | <artifactId>hibernate-core</artifactId> |
||
| 257 | <version>${hibernate.version}</version> |
||
| 258 | <scope>compile</scope> |
||
| 259 | </dependency> |
||
| 260 | |||
| 261 | <dependency> |
||
| 262 | <groupId>org.hibernate</groupId> |
||
| 263 | <artifactId>hibernate-envers</artifactId> |
||
| 264 | <version>${hibernate.version}</version> |
||
| 265 | </dependency> |
||
| 266 | |||
| 267 | <!-- MSSQL Server Java Connector dependency --> |
||
| 268 | <dependency> |
||
| 269 | <groupId>net.sourceforge.jtds</groupId> |
||
| 270 | <artifactId>jtds</artifactId> |
||
| 271 | <version>1.3.1</version> |
||
| 272 | </dependency> |
||
| 273 | |||
| 274 | <!-- c3p0 dependency --> |
||
| 275 | <dependency> |
||
| 276 | <groupId>c3p0</groupId> |
||
| 277 | <artifactId>c3p0</artifactId> |
||
| 278 | <version>${c3p0.version}</version> |
||
| 279 | </dependency> |
||
| 280 | |||
| 281 | <dependency> |
||
| 282 | <groupId>org.slf4j</groupId> |
||
| 283 | <artifactId>slf4j-nop</artifactId> |
||
| 284 | <version>1.5.11</version> |
||
| 285 | </dependency> |
||
| 286 | |||
| 287 | <dependency> |
||
| 288 | <groupId>javax.servlet</groupId> |
||
| 289 | <artifactId>servlet-api</artifactId> |
||
| 290 | <version>2.5</version> |
||
| 291 | <scope>provided</scope> |
||
| 292 | </dependency> |
||
| 293 | |||
| 294 | <!-- Dependências do Spring Security --> |
||
| 295 | <dependency> |
||
| 296 | <groupId>org.springframework.security</groupId> |
||
| 297 | <artifactId>spring-security-web</artifactId> |
||
| 298 | <version>${spring.security.version}</version> |
||
| 299 | </dependency> |
||
| 300 | <dependency> |
||
| 301 | <groupId>org.springframework.security</groupId> |
||
| 302 | <artifactId>spring-security-config</artifactId> |
||
| 303 | <version>${spring.security.version}</version> |
||
| 304 | </dependency> |
||
| 305 | <dependency> |
||
| 306 | <groupId>org.springframework.security</groupId> |
||
| 307 | <artifactId>spring-security-core</artifactId> |
||
| 308 | <version>${spring.security.version}</version> |
||
| 309 | </dependency> |
||
| 310 | <dependency> |
||
| 311 | <groupId>org.springframework.security</groupId> |
||
| 312 | <artifactId>spring-security-acl</artifactId> |
||
| 313 | <version>${spring.security.version}</version> |
||
| 314 | </dependency> |
||
| 315 | |||
| 316 | <dependency> |
||
| 317 | <groupId>org.aspectj</groupId> |
||
| 318 | <artifactId>aspectjrt</artifactId> |
||
| 319 | <version>${aspectj.version}</version> |
||
| 320 | </dependency> |
||
| 321 | <dependency> |
||
| 322 | <groupId>org.aspectj</groupId> |
||
| 323 | <artifactId>aspectjweaver</artifactId> |
||
| 324 | <version>${aspectj.version}</version> |
||
| 325 | </dependency> |
||
| 326 | |||
| 327 | <!-- Dependencias de Teste --> |
||
| 328 | <dependency> |
||
| 329 | <groupId>junit</groupId> |
||
| 330 | <artifactId>junit</artifactId> |
||
| 331 | <version>${junit.version}</version> |
||
| 332 | <scope>test</scope> |
||
| 333 | </dependency> |
||
| 334 | <dependency> |
||
| 335 | <groupId>org.jmock</groupId> |
||
| 336 | <artifactId>jmock-junit4</artifactId> |
||
| 337 | <version>${jmock.version}</version> |
||
| 338 | <scope>test</scope> |
||
| 339 | </dependency> |
||
| 340 | <dependency> |
||
| 341 | <groupId>org.jmock</groupId> |
||
| 342 | <artifactId>jmock-legacy</artifactId> |
||
| 343 | <version>${jmock.version}</version> |
||
| 344 | <scope>test</scope> |
||
| 345 | </dependency> |
||
| 346 | <dependency> |
||
| 347 | <groupId>org.springframework</groupId> |
||
| 348 | <artifactId>spring-test</artifactId> |
||
| 349 | <version>${spring.version}</version> |
||
| 350 | <scope>test</scope> |
||
| 351 | </dependency> |
||
| 352 | |||
| 353 | <!-- Fim das dependencias de Teste --> |
||
| 354 | |||
| 355 | <!-- log4j |
||
| 356 | <dependency> |
||
| 357 | <groupId>log4j</groupId> |
||
| 358 | <artifactId>log4j</artifactId> |
||
| 359 | <version>1.2.17</version> |
||
| 360 | </dependency> |
||
| 361 | --> |
||
| 362 | |||
| 363 | <dependency> |
||
| 364 | <groupId>commons-fileupload</groupId> |
||
| 365 | <artifactId>commons-fileupload</artifactId> |
||
| 366 | <version>1.3</version> |
||
| 367 | </dependency> |
||
| 368 | |||
| 369 | <dependency> |
||
| 370 | <groupId>org.apache.poi</groupId> |
||
| 371 | <artifactId>ooxml-schemas</artifactId> |
||
| 372 | <version>1.1</version> |
||
| 373 | </dependency> |
||
| 374 | |||
| 375 | <dependency> |
||
| 376 | <groupId>org.apache.poi</groupId> |
||
| 377 | <artifactId>poi-ooxml-schemas</artifactId> |
||
| 378 | <version>3.13</version> |
||
| 379 | </dependency> |
||
| 380 | |||
| 381 | <dependency> |
||
| 382 | <groupId>org.apache.tomcat</groupId> |
||
| 383 | <artifactId>tomcat-el-api</artifactId> |
||
| 384 | <version>${tomcat.version}</version> |
||
| 385 | </dependency> |
||
| 386 | |||
| 387 | <dependency> |
||
| 388 | <groupId>com.sun.jersey</groupId> |
||
| 389 | <artifactId>jersey-server</artifactId> |
||
| 390 | <version>${jersey.version}</version> |
||
| 391 | </dependency> |
||
| 392 | <dependency> |
||
| 393 | <groupId>com.sun.jersey.contribs</groupId> |
||
| 394 | <artifactId>jersey-multipart</artifactId> |
||
| 395 | <version>${jersey.version}</version> |
||
| 396 | </dependency> |
||
| 397 | <dependency> |
||
| 398 | <groupId>com.sun.jersey.contribs</groupId> |
||
| 399 | <artifactId>jersey-spring</artifactId> |
||
| 400 | <version>${jersey.version}</version> |
||
| 401 | <exclusions> |
||
| 402 | <exclusion> |
||
| 403 | <groupId>org.springframework</groupId> |
||
| 404 | <artifactId>spring</artifactId> |
||
| 405 | </exclusion> |
||
| 406 | <exclusion> |
||
| 407 | <groupId>org.springframework</groupId> |
||
| 408 | <artifactId>spring-core</artifactId> |
||
| 409 | </exclusion> |
||
| 410 | <exclusion> |
||
| 411 | <groupId>org.springframework</groupId> |
||
| 412 | <artifactId>spring-web</artifactId> |
||
| 413 | </exclusion> |
||
| 414 | <exclusion> |
||
| 415 | <groupId>org.springframework</groupId> |
||
| 416 | <artifactId>spring-beans</artifactId> |
||
| 417 | </exclusion> |
||
| 418 | <exclusion> |
||
| 419 | <groupId>org.springframework</groupId> |
||
| 420 | <artifactId>spring-context</artifactId> |
||
| 421 | </exclusion> |
||
| 422 | <exclusion> |
||
| 423 | <groupId>org.springframework</groupId> |
||
| 424 | <artifactId>spring-aop</artifactId> |
||
| 425 | </exclusion> |
||
| 426 | </exclusions> |
||
| 427 | </dependency> |
||
| 428 | |||
| 429 | <dependency> |
||
| 430 | <groupId>br.com.redepay</groupId> |
||
| 431 | <artifactId>redepay-java-client</artifactId> |
||
| 432 | <version>1.0.0</version> |
||
| 433 | <scope>compile</scope> |
||
| 434 | </dependency> |
||
| 435 | |||
| 436 | <dependency> |
||
| 437 | <groupId>io.jsonwebtoken</groupId> |
||
| 438 | <artifactId>jjwt</artifactId> |
||
| 439 | <version>0.7.0</version> |
||
| 440 | </dependency> |
||
| 441 | |||
| 442 | <dependency> |
||
| 443 | <groupId>org.primefaces.ultima</groupId> |
||
| 444 | <artifactId>ultima-theme</artifactId> |
||
| 445 | <version>1.0.7</version> |
||
| 446 | </dependency> |
||
| 447 | <dependency> |
||
| 448 | <groupId>org.primefaces</groupId> |
||
| 449 | <artifactId>primefaces</artifactId> |
||
| 450 | <version>6.0</version> |
||
| 451 | </dependency> |
||
| 452 | <dependency> |
||
| 453 | <groupId>org.glassfish</groupId> |
||
| 454 | <artifactId>javax.faces</artifactId> |
||
| 455 | <version>2.2.8</version> |
||
| 456 | </dependency> |
||
| 457 | <dependency> |
||
| 458 | <groupId>javax.servlet.jsp</groupId> |
||
| 459 | <artifactId>jsp-api</artifactId> |
||
| 460 | <version>2.1</version> |
||
| 461 | <scope>provided</scope> |
||
| 462 | </dependency> |
||
| 463 | </dependencies> |
||
| 464 | </dependencyManagement> |
||
| 465 | |||
| 466 | <build> |
||
| 467 | <resources> |
||
| 468 | <resource> |
||
| 469 | <directory>src/main/resources</directory> |
||
| 470 | <filtering>true</filtering> |
||
| 471 | </resource> |
||
| 472 | </resources> |
||
| 473 | <plugins> |
||
| 474 | <!-- * O Compiler Plugin é utilizado para compilar os fontes de um projeto |
||
| 475 | * Maven. --> |
||
| 476 | <plugin> |
||
| 477 | <groupId>org.apache.maven.plugins</groupId> |
||
| 478 | <artifactId>maven-compiler-plugin</artifactId> |
||
| 479 | <version>3.0</version> |
||
| 480 | <configuration> |
||
| 481 | <source>${java.version}</source> |
||
| 482 | <target>${java.version}</target> |
||
| 483 | </configuration> |
||
| 484 | </plugin> |
||
| 485 | <plugin> |
||
| 486 | <groupId>org.apache.maven.plugins</groupId> |
||
| 487 | <artifactId>maven-deploy-plugin</artifactId> |
||
| 488 | </plugin> |
||
| 489 | |||
| 490 | <plugin> |
||
| 491 | <groupId>org.apache.maven.plugins</groupId> |
||
| 492 | <artifactId>maven-resources-plugin</artifactId> |
||
| 493 | <version>2.6</version> |
||
| 494 | <configuration> |
||
| 495 | <nonFilteredFileExtensions> |
||
| 496 | <nonFilteredFileExtension>jasper</nonFilteredFileExtension> |
||
| 497 | </nonFilteredFileExtensions> |
||
| 498 | </configuration> |
||
| 499 | </plugin> |
||
| 500 | |||
| 501 | <plugin> |
||
| 502 | <groupId>org.apache.tomcat.maven</groupId> |
||
| 503 | <artifactId>tomcat7-maven-plugin</artifactId> |
||
| 504 | <version>${tomcat-maven-plugin.version}</version> |
||
| 505 | <configuration> |
||
| 506 | <contextFile>${tomcat.contextFile}</contextFile> |
||
| 507 | <port>8083</port> |
||
| 508 | <!-- |
||
| 509 | <httpsPort>8443</httpsPort> |
||
| 510 | <keystoreFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat.keystore</keystoreFile> |
||
| 511 | <keystorePass>masterofpuppets</keystorePass> |
||
| 512 | --> |
||
| 513 | <!-- <keystoreFile>C:\Program Files\Java\jdk1.7.0_79\jre\lib\security\cacerts</keystoreFile> --> |
||
| 514 | </configuration> |
||
| 515 | <dependencies> |
||
| 516 | <dependency> |
||
| 517 | <groupId>org.apache.tomcat</groupId> |
||
| 518 | <artifactId>tomcat-catalina</artifactId> |
||
| 519 | <version>${tomcat.version}</version> |
||
| 520 | </dependency> |
||
| 521 | <dependency> |
||
| 522 | <groupId>org.apache.tomcat</groupId> |
||
| 523 | <artifactId>tomcat-catalina-ha</artifactId> |
||
| 524 | <version>${tomcat.version}</version> |
||
| 525 | <scope>runtime</scope> |
||
| 526 | </dependency> |
||
| 527 | <dependency> |
||
| 528 | <groupId>org.apache.tomcat</groupId> |
||
| 529 | <artifactId>tomcat-tribes</artifactId> |
||
| 530 | <version>${tomcat.version}</version> |
||
| 531 | <scope>runtime</scope> |
||
| 532 | </dependency> |
||
| 533 | <dependency> |
||
| 534 | <groupId>org.apache.tomcat</groupId> |
||
| 535 | <artifactId>tomcat-el-api</artifactId> |
||
| 536 | <version>${tomcat.version}</version> |
||
| 537 | <scope>runtime</scope> |
||
| 538 | </dependency> |
||
| 539 | <dependency> |
||
| 540 | <groupId>org.apache.tomcat</groupId> |
||
| 541 | <artifactId>tomcat-jasper</artifactId> |
||
| 542 | <version>${tomcat.version}</version> |
||
| 543 | <scope>runtime</scope> |
||
| 544 | </dependency> |
||
| 545 | <dependency> |
||
| 546 | <groupId>org.apache.tomcat</groupId> |
||
| 547 | <artifactId>tomcat-jasper-el</artifactId> |
||
| 548 | <version>${tomcat.version}</version> |
||
| 549 | <scope>runtime</scope> |
||
| 550 | </dependency> |
||
| 551 | <dependency> |
||
| 552 | <groupId>org.apache.tomcat</groupId> |
||
| 553 | <artifactId>tomcat-jsp-api</artifactId> |
||
| 554 | <version>${tomcat.version}</version> |
||
| 555 | <scope>runtime</scope> |
||
| 556 | </dependency> |
||
| 557 | <dependency> |
||
| 558 | <groupId>org.apache.tomcat</groupId> |
||
| 559 | <artifactId>tomcat-servlet-api</artifactId> |
||
| 560 | <version>${tomcat.version}</version> |
||
| 561 | <scope>runtime</scope> |
||
| 562 | </dependency> |
||
| 563 | <dependency> |
||
| 564 | <groupId>org.apache.tomcat</groupId> |
||
| 565 | <artifactId>tomcat-coyote</artifactId> |
||
| 566 | <version>${tomcat.version}</version> |
||
| 567 | <scope>runtime</scope> |
||
| 568 | </dependency> |
||
| 569 | <dependency> |
||
| 570 | <groupId>org.apache.tomcat</groupId> |
||
| 571 | <artifactId>tomcat-dbcp</artifactId> |
||
| 572 | <version>${tomcat.version}</version> |
||
| 573 | <scope>runtime</scope> |
||
| 574 | </dependency> |
||
| 575 | </dependencies> |
||
| 576 | </plugin> |
||
| 577 | |||
| 578 | <!-- Configuração de execução de testes --> |
||
| 579 | <plugin> |
||
| 580 | <groupId>org.apache.maven.plugins</groupId> |
||
| 581 | <artifactId>maven-surefire-plugin</artifactId> |
||
| 582 | <version>2.5</version> |
||
| 583 | <configuration> |
||
| 584 | <argLine>-Xms512m -Xmx1024m</argLine> |
||
| 585 | <includes> |
||
| 586 | <include>br/edu/cesmac/**/UnitTests.java</include> |
||
| 587 | </includes> |
||
| 588 | </configuration> |
||
| 589 | <executions> |
||
| 590 | <execution> |
||
| 591 | <phase>integration-test</phase> |
||
| 592 | <goals> |
||
| 593 | <goal>test</goal> |
||
| 594 | </goals> |
||
| 595 | <configuration> |
||
| 596 | <includes> |
||
| 597 | <include>br/edu/cesmac/**/ChamadaDiretaTests.java</include> |
||
| 598 | </includes> |
||
| 599 | </configuration> |
||
| 600 | </execution> |
||
| 601 | </executions> |
||
| 602 | </plugin> |
||
| 603 | </plugins> |
||
| 604 | </build> |
||
| 605 | |||
| 606 | <profiles> |
||
| 607 | <profile> |
||
| 608 | <id>distribute</id> |
||
| 609 | <build> |
||
| 610 | <plugins> |
||
| 611 | <plugin> |
||
| 612 | <artifactId>maven-assembly-plugin</artifactId> |
||
| 613 | <version>2.3</version> |
||
| 614 | <executions> |
||
| 615 | <execution> |
||
| 616 | <id>build-layout</id> |
||
| 617 | <phase>package</phase> |
||
| 618 | <goals> |
||
| 619 | <goal>single</goal> |
||
| 620 | </goals> |
||
| 621 | <configuration> |
||
| 622 | <descriptors> |
||
| 623 | <descriptor>src/assemble/layout.xml</descriptor> |
||
| 624 | </descriptors> |
||
| 625 | <finalName>${project.name}-layout-${project.version}</finalName> |
||
| 626 | <appendAssemblyId>false</appendAssemblyId> |
||
| 627 | </configuration> |
||
| 628 | </execution> |
||
| 629 | <execution> |
||
| 630 | <id>build-theme</id> |
||
| 631 | <phase>package</phase> |
||
| 632 | <goals> |
||
| 633 | <goal>single</goal> |
||
| 634 | </goals> |
||
| 635 | <configuration> |
||
| 636 | <descriptors> |
||
| 637 | <descriptor>src/assemble/theme.xml</descriptor> |
||
| 638 | </descriptors> |
||
| 639 | <finalName>${project.name}-theme-${project.version}</finalName> |
||
| 640 | <appendAssemblyId>false</appendAssemblyId> |
||
| 641 | </configuration> |
||
| 642 | </execution> |
||
| 643 | </executions> |
||
| 644 | </plugin> |
||
| 645 | </plugins> |
||
| 646 | </build> |
||
| 647 | </profile> |
||
| 648 | </profiles> |
||
| 649 | </project> |