0

我的 maven pom 看起来像这样:

    <...>
    <profiles>
     <profile>
      <...>
        <id>1</id>
       <properties>
       <MY_VAR>asdf</MY_VAR><...>
    <profile>
      <...>
    <id>2</id>
       <properties>
    <MY_VAR>jklö</MY_VAR><...>
</profiles>
<build>
  <...>
</build>

现在我想MY_VAR在插件的主要部分中使用该属性。我该怎么做..这可能是范围问题?

真诚的保罗

4

0 回答 0