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

AO Industries, Inc. commented on MNG-7202:
------------------------------------------

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)

Reply via email to