Skip to content

phino version is not setΒ #441

@volodya-lombrozo

Description

@volodya-lombrozo

I'm trying to add hone-maven-plugin to one of the projects:

<plugin>
<groupId>org.eolang</groupId>
<artifactId>hone-maven-plugin</artifactId>
<version>0.21.0</version>
<executions>
  <execution>
    <goals>
      <goal>build</goal>
      <goal>optimize</goal>
      <goal>rmi</goal>
    </goals>
  </execution>
</executions>
</plugin>

When I do mvn clean process-classes I get:

[INFO] --- hone:0.21.0:optimize (default) @ hadoop-common ---
[INFO] Target directory target already exists
[INFO] >> 0.0.0.43
[INFO] The 'phino' executable found (0.0.0.43), no need to use Docker
[INFO] Directory created at /var/folders/w0/69c9m3f92t9bbcdw8ptgfjyw0000gn/T/tmp17840208444463347344/rules
[INFO] Found 46 rule(s) by: {^.*\.(yml|phr)$=true}
[INFO] Directory created for /var/folders/w0/69c9m3f92t9bbcdw8ptgfjyw0000gn/T/tmp17840208444463347344/rules/streams/101-remove-self-reference-labels.phr
[INFO] Found 1 rule(s) by: {^\Qnone\E\.(yml|phr)$=true}
[INFO] EO version is not set, we use the default one
[INFO] JEO version is not set, we use the default one: 0.14.15
[INFO] >> Setting locale to en_US.UTF-8 from ''
[INFO] >> The binaries before hone are saved in '/Users/lombrozo/Workspace/OpenSource/hadoop/hadoop-common-project/hadoop-common/target/classes-before-hone' (2724 files)
[INFO] >> PHINO_VERSION is not set

It's rather a strange situation, because from the logs you can see, that hone knows, that the phino version is 0.0.0.43.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions