aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/org/apache/maven/project/PomConstructionTest.xml
blob: e3c3ab340cf73c25c53852cc6c1a3d6473080dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<plexus>
  <components>
    <component>
      <role>org.apache.maven.lifecycle.LifeCyclePluginAnalyzer</role>
      <implementation>org.apache.maven.lifecycle.EmptyLifecyclePluginAnalyzer</implementation>
    </component>
    <component>
      <role>org.apache.maven.project.ProjectBuildingHelper</role>
      <implementation>org.apache.maven.project.EmptyProjectBuildingHelper</implementation>
    </component>
  </components>
</plexus>