aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jdt.core
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-28 09:07:48 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-28 09:07:48 +0700
commitbc4ff4b9398750b1e95f069842d963de0a3e024a (patch)
tree30a61fef6c72dcb29bd9ba88f2bb61f7267fb8c9 /org.eclipse.jdt.core
parentf8eb13d524bfd44f5275938f083169d79268bb41 (diff)
downloadaspectj-bc4ff4b9398750b1e95f069842d963de0a3e024a.tar.gz
aspectj-bc4ff4b9398750b1e95f069842d963de0a3e024a.zip
Reformat org.eclipse.jdt.core POM
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'org.eclipse.jdt.core')
-rw-r--r--org.eclipse.jdt.core/pom.xml94
1 files changed, 46 insertions, 48 deletions
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index f6cae4e57..a19f48c8b 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -13,53 +12,52 @@
<packaging>jar</packaging>
<name>org.eclipse.jdt.core</name>
-<build>
+ <build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <executions>
-<execution>
-<id>default-install</id>
-<phase>none</phase>
-</execution>
- <execution>
- <id>org.aspectj:org.eclipse.jdt.core</id>
- <phase>verify</phase>
- <goals>
- <goal>install-file</goal>
- </goals>
- <configuration>
- <groupId>org.aspectj</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
- <version>1.9.7.BUILD-SNAPSHOT</version>
- <packaging>jar</packaging>
- <file>${basedir}/jdtcore-for-aspectj.jar</file>
- <createChecksum>true</createChecksum>
- <generatePom>true</generatePom>
- </configuration>
- </execution>
- <execution>
- <id>org.aspectj:org.eclipse.jdt.core:sources</id>
- <phase>verify</phase>
- <goals>
- <goal>install-file</goal>
- </goals>
- <configuration>
- <groupId>org.aspectj</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
- <version>1.9.7.BUILD-SNAPSHOT</version>
- <packaging>jar</packaging>
- <file>${basedir}/jdtcore-for-aspectj-src.zip</file>
- <createChecksum>true</createChecksum>
- <classifier>sources</classifier>
- <generatePom>true</generatePom>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-install</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>org.aspectj:org.eclipse.jdt.core</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>install-file</goal>
+ </goals>
+ <configuration>
+ <groupId>org.aspectj</groupId>
+ <artifactId>org.eclipse.jdt.core</artifactId>
+ <version>1.9.7.BUILD-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <file>${basedir}/jdtcore-for-aspectj.jar</file>
+ <createChecksum>true</createChecksum>
+ <generatePom>true</generatePom>
+ </configuration>
+ </execution>
+ <execution>
+ <id>org.aspectj:org.eclipse.jdt.core:sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>install-file</goal>
+ </goals>
+ <configuration>
+ <groupId>org.aspectj</groupId>
+ <artifactId>org.eclipse.jdt.core</artifactId>
+ <version>1.9.7.BUILD-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <file>${basedir}/jdtcore-for-aspectj-src.zip</file>
+ <createChecksum>true</createChecksum>
+ <classifier>sources</classifier>
+ <generatePom>true</generatePom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
-</build>
-
+ </build>
</project>