Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automatic naming for loadout EFT export #495

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

coanghel
Copy link
Contributor

Uses the asset name of the ship to pre-populate the loadout name field when exporting through EFT.

fixes #471

Comment on lines +677 to +688
<profile>
<id>skip-all-tests</id>
<activation>
<property>
<name>skip-all-tests</name>
<value>true</value>
</property>
</activation>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this change do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It adds a profile in NetBeans for skipping all tests (rather than the existing “skip-online-tests” which only skips the network requiring tests)

@GoldenGnu GoldenGnu merged commit 707402f into GoldenGnu:develop Oct 27, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants