diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 42 |
1 files changed, 27 insertions, 15 deletions
| @@ -6,7 +6,19 @@ | |||
| 6 | <version>2.1.2</version> | 6 | <version>2.1.2</version> |
| 7 | <packaging>jar</packaging> | 7 | <packaging>jar</packaging> |
| 8 | <name>PAGOdA</name> | 8 | <name>PAGOdA</name> |
| 9 | <build> | 9 | <properties> |
| 10 | <skipTests>true</skipTests> | ||
| 11 | </properties> | ||
| 12 | <repositories> | ||
| 13 | <!--other repositories if any--> | ||
| 14 | <repository> | ||
| 15 | <id>project.local</id> | ||
| 16 | <name>pagoda</name> | ||
| 17 | <url>file:${project.basedir}/repo</url> | ||
| 18 | </repository> | ||
| 19 | </repositories> | ||
| 20 | |||
| 21 | <build> | ||
| 10 | <sourceDirectory>src</sourceDirectory> | 22 | <sourceDirectory>src</sourceDirectory> |
| 11 | <testSourceDirectory>test</testSourceDirectory> | 23 | <testSourceDirectory>test</testSourceDirectory> |
| 12 | <resources> | 24 | <resources> |
| @@ -101,20 +113,20 @@ | |||
| 101 | <artifactId>dashboard-maven-plugin</artifactId> | 113 | <artifactId>dashboard-maven-plugin</artifactId> |
| 102 | <version>1.0.0-beta-1</version> | 114 | <version>1.0.0-beta-1</version> |
| 103 | </plugin> | 115 | </plugin> |
| 104 | <plugin> | 116 | <!--<plugin>--> |
| 105 | <groupId>org.apache.maven.plugins</groupId> | 117 | <!--<groupId>org.apache.maven.plugins</groupId>--> |
| 106 | <artifactId>maven-surefire-plugin</artifactId> | 118 | <!--<artifactId>maven-surefire-plugin</artifactId>--> |
| 107 | <version>2.13</version> | 119 | <!--<version>2.13</version>--> |
| 108 | <configuration> | 120 | <!--<configuration>--> |
| 109 | <forkMode>always</forkMode> | 121 | <!--<forkMode>always</forkMode>--> |
| 110 | <systemPropertyVariables> | 122 | <!--<systemPropertyVariables>--> |
| 111 | <reporter.debug>false</reporter.debug> | 123 | <!--<reporter.debug>false</reporter.debug>--> |
| 112 | </systemPropertyVariables> | 124 | <!--</systemPropertyVariables>--> |
| 113 | <suiteXmlFiles> | 125 | <!--<suiteXmlFiles>--> |
| 114 | <suiteXmlFile>testResources/LightTests.xml</suiteXmlFile> | 126 | <!--<suiteXmlFile>testResources/LightTests.xml</suiteXmlFile>--> |
| 115 | </suiteXmlFiles> | 127 | <!--</suiteXmlFiles>--> |
| 116 | </configuration> | 128 | <!--</configuration>--> |
| 117 | </plugin> | 129 | <!--</plugin>--> |
| 118 | </plugins> | 130 | </plugins> |
| 119 | </reporting> | 131 | </reporting> |
| 120 | <dependencies> | 132 | <dependencies> |
