In a parent profile, I have a profile that is supposed to activate
based on the presence of a file in the tree of the child that uses the
parent. It does not, and -X is not helping me ... since it seems to
contradict itself. I must be missing something simple here, no?

[DEBUG] Profile with id: 'package-daemon' has been explicitly activated.

[INFO] Listing Profiles for Project: com.basistech.jug:jdd-server:jar:2-SNAPSHOT

  Profile Id: package-daemon (Active: false , Source: pom)



        <profile>
          <id>package-daemon</id>
          <activation>
            <file>
              <exists>${basedir}/src/main/jsw/wrapper.conf</exists>
            </file>
          </activation>
          ...
         </profile>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to