Skip to content

Commit

Permalink
Added pom files for deploying org.eclipse.jdt.core-3.37.0-SNAPSHOT.ja…
Browse files Browse the repository at this point in the history
…r and org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar to the local repository (folder) as a dependency of org.eclipse.jdt.core-3.37.0-PVS-STUDIO.jar and org.eclipse.jdt.core.compiler.batch-3.37.0-PVS-STUDIO.jar
  • Loading branch information
ValeryKomarov committed Jul 23, 2024
1 parent de15425 commit 1275954
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
<version>3.37.0-PVS-STUDIO</version>
</project>
7 changes: 7 additions & 0 deletions org.eclipse.jdt.core/pvs-deploy-eclipse-core-pom/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<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>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.37.0-PVS-STUDIO</version>
</project>

0 comments on commit 1275954

Please sign in to comment.