Skip to content

Installation script isn't working on the Apache Pulsar project #21

@devinbost

Description

@devinbost

When I run the installation script for Apache Pulsar, nothing happens.

To reproduce:

# clone iFixFlakies repo
git clone https://github.com/TestingResearchIllinois/iFixFlakies.git
# clone Apache Pulsar repo
git clone https://github.com/apache/pulsar.git
# run installer script
bash iFixFlakies/pom-modify/modify-project.sh pulsar/

Pulsar's POM files are unmodified. Verify as follows:

cd pulsar
git status

Also, if I try manually adding the plugin to the top-level POM file and running mvn testrunner:testplugin, I get this error:

[ERROR] No plugin found for prefix 'testrunner' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dbost/.m2/repository), apache.snapshots (https://repository.apache.org/snapshots), central (https://repo.maven.apache.org/maven2)] -> [Help 1]

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