Skip to content

Commit b9876ca

Browse files
committed
removing barchart-archon again
1 parent 13a73f5 commit b9876ca

File tree

2 files changed

+38
-36
lines changed

2 files changed

+38
-36
lines changed

ddfplus-api/pom.xml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -85,39 +85,5 @@
8585

8686
</dependencies>
8787

88-
<profiles>
89-
<!-- Activated during release. See maven-release-plugin. -->
90-
<profile>
91-
<id>release</id>
92-
<activation>
93-
<property>
94-
<name>performRelease</name>
95-
</property>
96-
</activation>
97-
<build>
98-
<plugins>
99-
<!-- Release must be signed. -->
100-
<plugin>
101-
<groupId>org.apache.maven.plugins</groupId>
102-
<artifactId>maven-gpg-plugin</artifactId>
103-
<version>3.1.0</version>
104-
<executions>
105-
<execution>
106-
<id>sign-artifacts</id>
107-
<phase>verify</phase>
108-
<goals>
109-
<goal>sign</goal>
110-
</goals>
111-
<configuration>
112-
<gpgArguments>
113-
<arg>--no-tty</arg>
114-
</gpgArguments>
115-
</configuration>
116-
</execution>
117-
</executions>
118-
</plugin>
119-
</plugins>
120-
</build>
121-
</profile>
122-
</profiles>
88+
12389
</project>

pom.xml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.1.63-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

10-
<name>ddfplus-api</name>
10+
<name>ddfplus-parent</name>
1111
<description>DDF Plus API Parent</description>
1212
<url>https://github.com/barchart/ddfplus-java-api</url>
1313

@@ -101,6 +101,42 @@
101101
</dependencies>
102102
</dependencyManagement>
103103

104+
<profiles>
105+
<!-- Activated during release. See maven-release-plugin. -->
106+
<profile>
107+
<id>release</id>
108+
<activation>
109+
<property>
110+
<name>performRelease</name>
111+
</property>
112+
</activation>
113+
<build>
114+
<plugins>
115+
<!-- Release must be signed. -->
116+
<plugin>
117+
<groupId>org.apache.maven.plugins</groupId>
118+
<artifactId>maven-gpg-plugin</artifactId>
119+
<version>3.1.0</version>
120+
<executions>
121+
<execution>
122+
<id>sign-artifacts</id>
123+
<phase>verify</phase>
124+
<goals>
125+
<goal>sign</goal>
126+
</goals>
127+
<configuration>
128+
<gpgArguments>
129+
<arg>--no-tty</arg>
130+
</gpgArguments>
131+
</configuration>
132+
</execution>
133+
</executions>
134+
</plugin>
135+
</plugins>
136+
</build>
137+
</profile>
138+
</profiles>
139+
104140
<modules>
105141
<module>ddfplus-api</module>
106142
<module>ddfplus-examples</module>

0 commit comments

Comments
 (0)