Skip to content

Commit af4dcb4

Browse files
committed
[improve] Move pulsar-sql/* to the root
1 parent 10928d5 commit af4dcb4

File tree

89 files changed

+6
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+6
-23
lines changed

pulsar-sql/pom.xml renamed to pom.xml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -149,30 +149,13 @@
149149
</plugins>
150150
</build>
151151

152+
<modules>
153+
<module>presto-pulsar</module>
154+
<module>presto-pulsar-plugin</module>
155+
<module>presto-distribution</module>
156+
</modules>
157+
152158
<profiles>
153-
<profile>
154-
<id>main</id>
155-
<activation>
156-
<property>
157-
<name>disableSqlMainProfile</name>
158-
<!-- always active unless true is passed as a value -->
159-
<value>!true</value>
160-
</property>
161-
</activation>
162-
<modules>
163-
<module>presto-pulsar</module>
164-
<module>presto-pulsar-plugin</module>
165-
<module>presto-distribution</module>
166-
</modules>
167-
</profile>
168-
<profile>
169-
<id>pulsar-sql-tests</id>
170-
<modules>
171-
<module>presto-pulsar</module>
172-
<module>presto-pulsar-plugin</module>
173-
<module>presto-distribution</module>
174-
</modules>
175-
</profile>
176159
<!--
177160
The only working way for OWASP dependency checker plugin
178161
to exclude module when failBuildOnCVSS is used
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)