Skip to content

Commit 4946ad5

Browse files
committed
fixing maven source
1 parent 60e8554 commit 4946ad5

File tree

2 files changed

+8
-47
lines changed

2 files changed

+8
-47
lines changed

astra-db-java/pom.xml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -137,53 +137,6 @@
137137
</execution>
138138
</executions>
139139
</plugin>
140-
141-
<!-- Signing -->
142-
<plugin>
143-
<groupId>org.apache.maven.plugins</groupId>
144-
<artifactId>maven-gpg-plugin</artifactId>
145-
<version>${version.maven.plugin.gpg}</version>
146-
<executions>
147-
<execution>
148-
<id>sign-artifacts</id>
149-
<phase>verify</phase>
150-
<goals>
151-
<goal>sign</goal>
152-
</goals>
153-
</execution>
154-
</executions>
155-
</plugin>
156-
157-
<!-- Sources JAR -->
158-
<plugin>
159-
<groupId>org.apache.maven.plugins</groupId>
160-
<artifactId>maven-source-plugin</artifactId>
161-
<version>${version.maven.plugin.source}</version>
162-
<executions>
163-
<execution>
164-
<id>attach-sources</id>
165-
<goals>
166-
<goal>jar</goal>
167-
</goals>
168-
</execution>
169-
</executions>
170-
</plugin>
171-
172-
<!-- Javadoc JAR -->
173-
<plugin>
174-
<groupId>org.apache.maven.plugins</groupId>
175-
<artifactId>maven-javadoc-plugin</artifactId>
176-
<version>${version.maven.plugin.javadoc}</version>
177-
<executions>
178-
<execution>
179-
<id>attach-javadocs</id>
180-
<goals>
181-
<goal>jar</goal>
182-
</goals>
183-
</execution>
184-
</executions>
185-
</plugin>
186-
187140
</plugins>
188141
</build>
189142

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,14 @@
383383

384384
<profiles>
385385

386+
<profile>
387+
<id>release</id>
388+
<activation>
389+
<activeByDefault>false</activeByDefault>
390+
</activation>
391+
</profile>
392+
393+
386394
<profile>
387395
<id>test_local</id>
388396
<properties>

0 commit comments

Comments
 (0)