You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "AO Industries, Inc. (Jira)" <ji...@apache.org> on 2021/07/30 23:05:00 UTC

[jira] [Comment Edited] (MNG-7202) settings.offline property not working

    [ https://issues.apache.org/jira/browse/MNG-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390815#comment-17390815 ] 

AO Industries, Inc. edited comment on MNG-7202 at 7/30/21, 11:04 PM:
---------------------------------------------------------------------

I added a demo pom.xml file showing the property not substituting.  Invoke as "mvn verify"

I have tried, and without any success:

1) --offline switch
 2) -o switch
 3) Adding <offline>false</offline> to settings.xml
 4) Adding <offline>true</offline> to settings.xml

It is worth noting that help:evaluate can see the property:

 

mvn -o help:evaluate -Dexpression=settings.offline

true

 

mvn help:evaluate -Dexpression=settings.offline

false


was (Author: aoindustries):
I added a demo pom.xml file showing the property not substituting.

I have tried, and without any success:

1) --offline switch
2) -o switch
3) Adding <offline>false</offline> to settings.xml
4) Adding <offline>true</offline> to settings.xml

It is worth noting that help:evaluate can see the property:

 

mvn -o help:evaluate -Dexpression=settings.offline

true

 

mvn help:evaluate -Dexpression=settings.offline

false

> settings.offline property not working
> -------------------------------------
>
>                 Key: MNG-7202
>                 URL: https://issues.apache.org/jira/browse/MNG-7202
>             Project: Maven
>          Issue Type: Bug
>          Components: POM, Settings
>    Affects Versions: 3.8.1
>         Environment: Debian 10.10, OpenJDK 11.0.12, Maven 3.8.1
>            Reporter: AO Industries, Inc.
>            Priority: Major
>         Attachments: pom.xml
>
>
> The documentation cites ${settings.offline} as a means to determine if the current build is offline: [https://maven.apache.org/settings.html#properties]
> For the life of me, I cannot get anything from a ${settings.offline} property in any way.  ${settings.localRepository} works, though.
> ---
> I hope to use ${settings.offline} within a maven-antrun-plugin target to avoid some WSDL GET requests when operating offline.
> ---
> Thank you.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)