Error while setting up Jenkins core

26 views
Skip to first unread message

Nagarjun Repala

unread,
Jan 22, 2023, 11:14:13 PM1/22/23
to Jenkins Developers
Hi team,

I'm facing issues while running(build) " mvn -am -pl war,bom -DskipTests -Dspotbugs.skip clean install " with an error message. Please check the below screenshot for referenceScreenshot 2023-01-23 092823.png

I'm using Intellij IDE

Please help I'm a beginner to open source and thanks in advance.

Björn Pedersen

unread,
Jan 23, 2023, 3:18:38 AM1/23/23
to Jenkins Developers
rnaga...@gmail.com schrieb am Montag, 23. Januar 2023 um 05:14:13 UTC+1:
Hi team,

I'm facing issues while running(build) " mvn -am -pl war,bom -DskipTests -Dspotbugs.skip clean install " with an error message. Please check the below screenshot for referenceScreenshot 2023-01-23 092823.png

Looks like a whitespace problem (a space before .skip is too much)

In future, please copy/paste both command line and output instead of taking screenshots.

opay...@chsc.de

unread,
Jan 23, 2023, 4:05:16 AM1/23/23
to Nagarjun Repala, Jenkins Developers
IIRC powershell messes with parameter names with dots, try "-Dspotbugs.skip" *with* quotes.

BR

Nagarjun Repala

unread,
Jan 23, 2023, 9:07:39 AM1/23/23
to Jenkins Developers
@Ice and @Opay thank you for responding. It is working after adding quotes around it thank you.

Alex Earl

unread,
Jan 23, 2023, 10:25:00 AM1/23/23
to jenkin...@googlegroups.com, Nagarjun Repala
PowerShell considers it an expression, that is why you have to quote it. You can see more information here: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing?view=powershell-7.3

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/AA91D211-F520-4D60-9779-3973ACAA06D0%40chsc.de.


--

Nagarjun Repala

unread,
Jan 23, 2023, 12:52:15 PM1/23/23
to Alex Earl, jenkin...@googlegroups.com
Thank you Alex
Reply all
Reply to author
Forward
0 new messages