Rev 416 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 416 | Rev 710 | ||
|---|---|---|---|
| Line 323... | Line 323... | ||
| 323 | <groupId>org.riversun</groupId> |
323 | <groupId>org.riversun</groupId> |
| 324 | <artifactId>fcm</artifactId> |
324 | <artifactId>fcm</artifactId> |
| 325 | <version>0.2.0</version> |
325 | <version>0.2.0</version> |
| 326 | </dependency>
|
326 | </dependency>
|
| 327 | </dependencies>
|
327 | </dependencies>
|
| 328 | - | ||
| - | 328 | ||
| 329 | <build>
|
329 | <build>
|
| 330 | <resources>
|
330 | <resources>
|
| 331 | <resource>
|
331 | <resource>
|
| 332 | <directory>src/main/resources</directory> |
332 | <directory>src/main/resources</directory> |
| 333 | <filtering>true</filtering> |
333 | <filtering>true</filtering> |
| Line 342... | Line 342... | ||
| 342 | <version>3.0</version> |
342 | <version>3.0</version> |
| 343 | <configuration>
|
343 | <configuration>
|
| 344 | <source>${java.version}</source> |
344 | <source>${java.version}</source> |
| 345 | <target>${java.version}</target> |
345 | <target>${java.version}</target> |
| 346 | </configuration>
|
346 | </configuration>
|
| 347 | </plugin>
|
- | |
| - | 347 | </plugin>
|
|
| - | 348 | <!-- <plugin>
|
|
| - | 349 | <groupId>org.apache.maven.plugins</groupId>
|
|
| - | 350 | <artifactId>maven-compiler-plugin</artifactId>
|
|
| - | 351 | <version>3.11.0</version>
|
|
| - | 352 | <configuration>
|
|
| - | 353 | <release>${maven.compiler.release}</release>
|
|
| - | 354 | <encoding>UTF-8</encoding>
|
|
| - | 355 | </configuration>
|
|
| - | 356 | </plugin>-->
|
|
| 348 | <plugin>
|
357 | <plugin>
|
| 349 | <groupId>org.apache.maven.plugins</groupId> |
358 | <groupId>org.apache.maven.plugins</groupId> |
| 350 | <artifactId>maven-deploy-plugin</artifactId> |
359 | <artifactId>maven-deploy-plugin</artifactId> |
| 351 | </plugin>
|
360 | </plugin>
|
| 352 | 361 | ||