update:调整项目结构,将example独立抽离module
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -3,13 +3,16 @@
|
||||
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>javafx-plus</name>
|
||||
<packaging>pom</packaging>
|
||||
<name>javafx-plus-parent</name>
|
||||
|
||||
<modules>
|
||||
<module>javafx-plus</module>
|
||||
</modules>
|
||||
|
||||
<groupId>com.gitee.Biubiuyuyu</groupId>
|
||||
<artifactId>javafx-plus</artifactId>
|
||||
<artifactId>javafx-plus-parent</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<!-- packaging为pom时,不会加载resources 故注释-->
|
||||
<!-- <packaging>pom</packaging>-->
|
||||
|
||||
<parent>
|
||||
<groupId>org.sonatype.oss</groupId>
|
||||
|
||||
Reference in New Issue
Block a user