|
111 | 111 | </profiles> |
112 | 112 | <build> |
113 | 113 | <sourceDirectory>src</sourceDirectory> |
114 | | - <testSourceDirectory>test</testSourceDirectory> |
| 114 | +<!-- <testSourceDirectory>test</testSourceDirectory>--> |
115 | 115 | <resources> |
116 | 116 | <resource> |
117 | 117 | <directory>src</directory> |
|
121 | 121 | </resource> |
122 | 122 | </resources> |
123 | 123 | <!-- test file dir --> |
124 | | - <testResources> |
125 | | - <testResource> |
126 | | - <directory>test</directory> |
127 | | - </testResource> |
128 | | - </testResources> |
| 124 | +<!-- <testResources>--> |
| 125 | +<!-- <testResource>--> |
| 126 | +<!-- <directory>test</directory>--> |
| 127 | +<!-- </testResource>--> |
| 128 | +<!-- </testResources>--> |
129 | 129 | <plugins> |
130 | 130 | <!-- test --> |
131 | | - <plugin> |
132 | | - <groupId>org.apache.maven.plugins</groupId> |
133 | | - <artifactId>maven-surefire-report-plugin</artifactId> |
134 | | - <version>3.0.0-M7</version> |
135 | | - <executions> |
136 | | - <execution> |
137 | | - <id>surefire-report</id> |
138 | | - <phase>test</phase> |
139 | | - <goals> |
140 | | - <goal>report-only</goal> |
141 | | - </goals> |
142 | | - </execution> |
143 | | - </executions> |
144 | | - <inherited>false</inherited> |
145 | | - </plugin> |
146 | | - <plugin> |
147 | | - <groupId>org.codehaus.mojo</groupId> |
148 | | - <artifactId>cobertura-maven-plugin</artifactId> |
149 | | - <version>2.7</version> |
150 | | - <executions> |
151 | | - <execution> |
152 | | - <id>generate-code-coverage-report</id> |
153 | | - <phase>test</phase> |
154 | | - <goals> |
155 | | - <goal>cobertura</goal> |
156 | | - </goals> |
157 | | - </execution> |
158 | | - </executions> |
159 | | - <inherited>false</inherited> |
160 | | - </plugin> |
| 131 | +<!-- <plugin>--> |
| 132 | +<!-- <groupId>org.apache.maven.plugins</groupId>--> |
| 133 | +<!-- <artifactId>maven-surefire-report-plugin</artifactId>--> |
| 134 | +<!-- <version>3.0.0-M7</version>--> |
| 135 | +<!-- <executions>--> |
| 136 | +<!-- <execution>--> |
| 137 | +<!-- <id>surefire-report</id>--> |
| 138 | +<!-- <phase>test</phase>--> |
| 139 | +<!-- <goals>--> |
| 140 | +<!-- <goal>report-only</goal>--> |
| 141 | +<!-- </goals>--> |
| 142 | +<!-- </execution>--> |
| 143 | +<!-- </executions>--> |
| 144 | +<!-- <inherited>false</inherited>--> |
| 145 | +<!-- </plugin>--> |
| 146 | +<!-- <plugin>--> |
| 147 | +<!-- <groupId>org.codehaus.mojo</groupId>--> |
| 148 | +<!-- <artifactId>cobertura-maven-plugin</artifactId>--> |
| 149 | +<!-- <version>2.7</version>--> |
| 150 | +<!-- <executions>--> |
| 151 | +<!-- <execution>--> |
| 152 | +<!-- <id>generate-code-coverage-report</id>--> |
| 153 | +<!-- <phase>test</phase>--> |
| 154 | +<!-- <goals>--> |
| 155 | +<!-- <goal>cobertura</goal>--> |
| 156 | +<!-- </goals>--> |
| 157 | +<!-- </execution>--> |
| 158 | +<!-- </executions>--> |
| 159 | +<!-- <inherited>false</inherited>--> |
| 160 | +<!-- </plugin>--> |
161 | 161 | <plugin> |
162 | 162 | <artifactId>maven-compiler-plugin</artifactId> |
163 | 163 | <version>3.5.1</version> |
|
0 commit comments