Skip to content

Commit a27d834

Browse files
author
Emil Forslund
committed
Ignore nbactions.xml in license formatter
1 parent a6e2a82 commit a27d834

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

nbactions.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@
1616
License for the specific language governing permissions and limitations under
1717
the License.
1818
19-
-->
20-
<actions>
19+
--><actions>
20+
<action>
21+
<actionName>CUSTOM-Deploy Snapshot</actionName>
22+
<displayName>Deploy Snapshot</displayName>
23+
<goals>
24+
<goal>clean</goal>
25+
<goal>deploy</goal>
26+
</goals>
27+
</action>
2128
<!-- <action>
2229
<actionName>CUSTOM-Deploy</actionName>
2330
<displayName>Deploy</displayName>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
<excludes>
101101
<exclude>**/README</exclude>
102102
<exclude>**/LICENSE</exclude>
103+
<exclude>**/nbactions.xml</exclude>
104+
<exclude>**/nb-configuration.xml</exclude>
103105
<exclude>src/test/resources/**</exclude>
104106
<exclude>src/main/resources/**</exclude>
105107
</excludes>

0 commit comments

Comments
 (0)