| | |
| | | <oshi.version>5.7.0</oshi.version> |
| | | <jna.version>5.7.0</jna.version> |
| | | <poi.version>5.0.0</poi.version> |
| | | <maven.build.timestamp.format>yyyy-MM-dd-HH-mm</maven.build.timestamp.format> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | |
| | | <artifactId>jxl</artifactId> |
| | | <version>2.6.12</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>dev</id> |
| | | <properties> |
| | | <evn>dev</evn> |
| | | </properties> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | </profile> |
| | | <profile> |
| | | <id>test</id> |
| | | <properties> |
| | | <evn>test</evn> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | |
| | | |
| | | <!--<build> |
| | | |
| | | <finalName>${project.artifactId}</finalName> |
| | | |
| | | <resources> |
| | | <resource> |
| | | <directory>service/src/main/resources</directory> |
| | | <!– <filtering>true</filtering>–> |
| | | </resource> |
| | | </resources> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <mainClass>com.doumee.Application</mainClass> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build>--> |
| | | |
| | | </project> |