|
132 | 132 | </dependency> |
133 | 133 | </dependencies> |
134 | 134 |
|
135 | | - <build> |
136 | | - <plugins> |
137 | | - <plugin> |
138 | | - <groupId>org.bsc.maven</groupId> |
139 | | - <artifactId>maven-processor-plugin</artifactId> |
140 | | - <version>3.3.3</version> |
141 | | - <executions> |
142 | | - <execution> |
143 | | - <id>process</id> |
144 | | - <goals> |
145 | | - <goal>process</goal> |
146 | | - </goals> |
147 | | - <phase>generate-sources</phase> |
148 | | - <configuration> |
149 | | - <processors> |
150 | | - <processor>com.querydsl.apt.jpa.JPAAnnotationProcessor</processor> |
151 | | - </processors> |
152 | | - <outputDirectory>target/generated-sources/java</outputDirectory> |
153 | | - </configuration> |
154 | | - </execution> |
155 | | - </executions> |
156 | | - <dependencies> |
157 | | - <dependency> |
158 | | - <groupId>com.querydsl</groupId> |
159 | | - <artifactId>querydsl-apt</artifactId> |
160 | | - <version>${querydsl.version}</version> |
161 | | - <classifier>jakarta</classifier> |
162 | | - </dependency> |
163 | | - </dependencies> |
164 | | - </plugin> |
165 | | - <plugin> |
166 | | - <groupId>org.springframework.boot</groupId> |
167 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
168 | | - <configuration> |
169 | | - <excludes> |
170 | | - <exclude> |
171 | | - <groupId>org.projectlombok</groupId> |
172 | | - <artifactId>lombok</artifactId> |
173 | | - </exclude> |
174 | | - </excludes> |
175 | | - </configuration> |
176 | | - </plugin> |
177 | | - </plugins> |
178 | | - </build> |
179 | | - |
180 | | -</project> |
| 135 | + <build> |
| 136 | + |
| 137 | + <plugins> |
| 138 | + |
| 139 | + <plugin> |
| 140 | + |
| 141 | + <groupId>org.bsc.maven</groupId> |
| 142 | + |
| 143 | + <artifactId>maven-processor-plugin</artifactId> |
| 144 | + |
| 145 | + <version>3.3.3</version> |
| 146 | + |
| 147 | + <executions> |
| 148 | + |
| 149 | + <execution> |
| 150 | + |
| 151 | + <id>process</id> |
| 152 | + |
| 153 | + <goals> |
| 154 | + |
| 155 | + <goal>process</goal> |
| 156 | + |
| 157 | + </goals> |
| 158 | + |
| 159 | + <phase>generate-sources</phase> |
| 160 | + |
| 161 | + <configuration> |
| 162 | + |
| 163 | + <processors> |
| 164 | + |
| 165 | + <processor>com.querydsl.apt.jpa.JPAAnnotationProcessor</processor> |
| 166 | + |
| 167 | + </processors> |
| 168 | + |
| 169 | + <outputDirectory>target/generated-sources/java</outputDirectory> |
| 170 | + |
| 171 | + </configuration> |
| 172 | + |
| 173 | + </execution> |
| 174 | + |
| 175 | + </executions> |
| 176 | + |
| 177 | + <dependencies> |
| 178 | + |
| 179 | + <dependency> |
| 180 | + |
| 181 | + <groupId>com.querydsl</groupId> |
| 182 | + |
| 183 | + <artifactId>querydsl-apt</artifactId> |
| 184 | + |
| 185 | + <version>${querydsl.version}</version> |
| 186 | + |
| 187 | + <classifier>jakarta</classifier> |
| 188 | + |
| 189 | + </dependency> |
| 190 | + |
| 191 | + </dependencies> |
| 192 | + |
| 193 | + </plugin> |
| 194 | + |
| 195 | + <plugin> |
| 196 | + |
| 197 | + <groupId>org.springframework.boot</groupId> |
| 198 | + |
| 199 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 200 | + |
| 201 | + <configuration> |
| 202 | + |
| 203 | + <excludes> |
| 204 | + |
| 205 | + <exclude> |
| 206 | + |
| 207 | + <groupId>org.projectlombok</groupId> |
| 208 | + |
| 209 | + <artifactId>lombok</artifactId> |
| 210 | + |
| 211 | + </exclude> |
| 212 | + |
| 213 | + </excludes> |
| 214 | + |
| 215 | + </configuration> |
| 216 | + |
| 217 | + </plugin> |
| 218 | + |
| 219 | + </plugins> |
| 220 | + |
| 221 | + </build> |
| 222 | + |
| 223 | + <repositories> |
| 224 | + |
| 225 | + <repository> |
| 226 | + |
| 227 | + <id>spring-releases</id> |
| 228 | + |
| 229 | + <url>http://repo.spring.io/release</url> |
| 230 | + |
| 231 | + </repository> |
| 232 | + |
| 233 | + </repositories> |
| 234 | + |
| 235 | + <pluginRepositories> |
| 236 | + |
| 237 | + <pluginRepository> |
| 238 | + |
| 239 | + <id>spring-releases</id> |
| 240 | + |
| 241 | + <url>http://repo.spring.io/release</url> |
| 242 | + |
| 243 | + </pluginRepository> |
| 244 | + |
| 245 | + </pluginRepositories> |
| 246 | + |
| 247 | + </project> |
0 commit comments