File tree Expand file tree Collapse file tree 1 file changed +24
-29
lines changed
connectors/zeppelin-interpreter Expand file tree Collapse file tree 1 file changed +24
-29
lines changed Original file line number Diff line number Diff line change 5858 <scope >provided</scope >
5959 </dependency >
6060 </dependencies >
61- <profiles >
62- <profile >
63- <id >get-jar-with-dependencies</id >
64- <build >
65- <plugins >
66- <plugin >
67- <groupId >org.apache.maven.plugins</groupId >
68- <artifactId >maven-assembly-plugin</artifactId >
69- <configuration >
70- <descriptorRefs >
71- <descriptorRef >jar-with-dependencies</descriptorRef >
72- </descriptorRefs >
73- </configuration >
74- <executions >
75- <execution >
76- <id >make-assembly</id >
77- <!-- bind to the packaging phase -->
78- <goals >
79- <goal >single</goal >
80- </goals >
81- <!-- this is used for inheritance merges -->
82- <phase >package</phase >
83- </execution >
84- </executions >
85- </plugin >
86- </plugins >
87- </build >
88- </profile >
89- </profiles >
61+ <build >
62+ <plugins >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-assembly-plugin</artifactId >
66+ <configuration >
67+ <descriptorRefs >
68+ <descriptorRef >jar-with-dependencies</descriptorRef >
69+ </descriptorRefs >
70+ </configuration >
71+ <executions >
72+ <execution >
73+ <id >make-assembly</id >
74+ <!-- bind to the packaging phase -->
75+ <goals >
76+ <goal >single</goal >
77+ </goals >
78+ <!-- this is used for inheritance merges -->
79+ <phase >package</phase >
80+ </execution >
81+ </executions >
82+ </plugin >
83+ </plugins >
84+ </build >
9085</project >
You can’t perform that action at this time.
0 commit comments