|
23 | 23 | <groupId>org.mybatis</groupId> |
24 | 24 | <artifactId>mybatis-parent</artifactId> |
25 | 25 | <version>40</version> |
26 | | - <relativePath /> |
| 26 | + <relativePath/> |
27 | 27 | </parent> |
28 | 28 |
|
29 | 29 | <groupId>org.mybatis.scala</groupId> |
|
42 | 42 | </modules> |
43 | 43 |
|
44 | 44 | <scm> |
45 | | - <url>http://github.com/mybatis/scala</url> |
46 | 45 | <connection>scm:git:ssh://git@github.com/mybatis/scala.git</connection> |
47 | 46 | <developerConnection>scm:git:ssh://git@github.com/mybatis/scala.git</developerConnection> |
48 | 47 | <tag>HEAD</tag> |
| 48 | + <url>http://github.com/mybatis/scala</url> |
49 | 49 | </scm> |
50 | 50 | <issueManagement> |
51 | 51 | <system>GitHub Issue Management</system> |
|
75 | 75 | <project.build.outputTimestamp>1671291815</project.build.outputTimestamp> |
76 | 76 | </properties> |
77 | 77 |
|
78 | | - <build> |
79 | | - <sourceDirectory>${project.basedir}/src/main/scala</sourceDirectory> |
80 | | - <testSourceDirectory>${project.basedir}src/test/scala</testSourceDirectory> |
| 78 | + <dependencyManagement> |
| 79 | + <dependencies> |
| 80 | + <dependency> |
| 81 | + <groupId>org.scala-lang</groupId> |
| 82 | + <artifactId>scala-library</artifactId> |
| 83 | + <version>${scala.version}</version> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>org.scala-lang.modules</groupId> |
| 87 | + <artifactId>scala-xml_${scala.binary}</artifactId> |
| 88 | + <version>2.2.0</version> |
| 89 | + </dependency> |
| 90 | + </dependencies> |
| 91 | + </dependencyManagement> |
81 | 92 |
|
82 | | - <plugins> |
83 | | - <plugin> |
84 | | - <groupId>org.apache.maven.plugins</groupId> |
85 | | - <artifactId>maven-release-plugin</artifactId> |
86 | | - <configuration> |
87 | | - <releaseProfiles>release,bundle</releaseProfiles> |
88 | | - </configuration> |
89 | | - </plugin> |
90 | | - </plugins> |
| 93 | + <build> |
91 | 94 |
|
92 | 95 | <pluginManagement> |
93 | 96 | <plugins> |
|
98 | 101 | <configuration> |
99 | 102 | <args> |
100 | 103 | <arg>-deprecation</arg> |
101 | | - <arg>-feature</arg> |
| 104 | + <arg>-feature</arg> |
102 | 105 | </args> |
103 | 106 | </configuration> |
104 | 107 | <executions> |
|
120 | 123 | </plugin> |
121 | 124 | </plugins> |
122 | 125 | </pluginManagement> |
123 | | - </build> |
124 | 126 |
|
125 | | - <dependencyManagement> |
126 | | - <dependencies> |
127 | | - <dependency> |
128 | | - <groupId>org.scala-lang</groupId> |
129 | | - <artifactId>scala-library</artifactId> |
130 | | - <version>${scala.version}</version> |
131 | | - </dependency> |
132 | | - <dependency> |
133 | | - <groupId>org.scala-lang.modules</groupId> |
134 | | - <artifactId>scala-xml_${scala.binary}</artifactId> |
135 | | - <version>2.2.0</version> |
136 | | - </dependency> |
137 | | - </dependencies> |
138 | | - </dependencyManagement> |
| 127 | + <plugins> |
| 128 | + <plugin> |
| 129 | + <groupId>org.apache.maven.plugins</groupId> |
| 130 | + <artifactId>maven-release-plugin</artifactId> |
| 131 | + <configuration> |
| 132 | + <releaseProfiles>release,bundle</releaseProfiles> |
| 133 | + </configuration> |
| 134 | + </plugin> |
| 135 | + </plugins> |
| 136 | + <sourceDirectory>${project.basedir}/src/main/scala</sourceDirectory> |
| 137 | + <testSourceDirectory>${project.basedir}src/test/scala</testSourceDirectory> |
| 138 | + </build> |
139 | 139 |
|
140 | 140 | <profiles> |
141 | 141 | <profile> |
|
167 | 167 | </goals> |
168 | 168 | </pluginExecutionFilter> |
169 | 169 | <action> |
170 | | - <ignore /> |
171 | | - </action> |
| 170 | + <ignore/> |
| 171 | + </action> |
172 | 172 | </pluginExecution> |
173 | 173 | </pluginExecutions> |
174 | 174 | </lifecycleMappingMetadata> |
|
0 commit comments